Problem with comparison.
/Designs/Laboratory_instruments/CLOCKMOT01A/SW/start.sh
0,0 → 1,6
#!/bin/bash
cd /home/odroid/repos/CLOCKMOT01A/
 
if ! pidof -x ./CLOCKMOT.py > /dev/null; then
./CLOCKMOT.py 52.36 &
fi
Property changes:
Added: svn:executable
+*
\ No newline at end of property