upudate default fields on initial install until myplc default_config.xml is tagged.
[plcrt.git] / setup.d / addwatchers.sh
1 #!/bin/bash
2
3 RTDIR=/usr/share/plcrt
4 for f in /etc/rt3/conf.d/*.pl ; do 
5         $RTDIR/addwatchers.pl --action insert --dba postgres --datafile $f
6 done