From 1b9ea58e3a559374fe641593402496353cca98ca Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 28 Jan 2017 12:19:40 +0100 Subject: [PATCH] boot fix --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 4d4583e..46bead5 100755 --- a/update +++ b/update @@ -1,7 +1,7 @@ #!/bin/sh # [1] Send data + fetch configuration -php /home/sats/satsd/source/lib/api/sync; +/home/sats/satsd/source/lib/api/sync; # [2] Update source BRANCH=$(cat /home/sats/satsd/conf/machine.branch);