From 9a1a8a683f362928e20dcc439660b0185f2c51d7 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 28 Jan 2017 12:10:00 +0100 Subject: [PATCH] Fixed 'lib/api/sync' path --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 2772966..4d4583e 100755 --- a/update +++ b/update @@ -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);