Fixed 'lib/api/sync' path

This commit is contained in:
xdrm-brackets 2017-01-28 12:10:00 +01:00
parent 528184c418
commit 9a1a8a683f
1 changed files with 1 additions and 1 deletions

2
update
View File

@ -1,7 +1,7 @@
#!/bin/sh
# [1] Send data + fetch configuration
php /home/sats/satsd/source/network/sync;
php /home/sats/satsd/source/lib/api/sync;
# [2] Update source
BRANCH=$(cat /home/sats/satsd/conf/machine.branch);