setup/clone/utility/sats-update

10 lines
233 B
Plaintext
Raw Normal View History

#!/bin/sh
2017-05-08 17:04:30 +00:00
# [0] Check installed first
if [ ! -e /target/sync ]; then
exit 1;
fi;
# [1] Propagate script to UPDATE
/bin/bash /home/sats/satsd/source/update 2>> /home/sats/satsd/log/update.log >> /home/sats/satsd/log/update.log;