fix: sats.main > wait for server to be active before 'gpio' and 'sysd'

This commit is contained in:
xdrm-brackets 2018-01-29 19:57:36 +01:00
parent 9a794e0173
commit b2f9cf418f
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ if [ ! -f $ROOT/sats/.lock ]; then
touch $ROOT/sats/.lock;
# wait for server to be active
sleep 5;
fi;