From 7d4974dfe97b0a6fa14fb3f63d6bf88145d99206 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 8 May 2017 22:41:54 +0200 Subject: [PATCH] minmod --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 6a87497..2d19ef9 100755 --- a/update +++ b/update @@ -8,7 +8,7 @@ source $__DIR__/lib/include/bash/func; # [1] Send data + fetch configuration if [ ! -e /target/sync ]; then - test "$($SOURCE_DIR/lib/api/init)" = "127" && slog "sync failed" - "update" && exit; + test "$($SOURCE_DIR/lib/api/init)" = "127" && slog "init failed" - "update" && exit; test $? -ne 0 && exit 127; touch /target/sync;