setup/clone/utility/sats-loop

9 lines
212 B
Plaintext
Raw Normal View History

#!/bin/sh
2017-05-08 17:06:43 +00:00
# [0] Check synced first
2017-05-08 17:04:30 +00:00
if [ ! -e /target/sync ]; then
exit 1;
2017-01-26 12:50:56 +00:00
fi;
# [1] Propagate script to DAEMON
/bin/bash /home/sats/satsd/source/daemon | sudo -u sats tee -a /home/sats/satsd/log/daemon.log;