From 2bbb2974d8c62fb4547247cec1a6fb6797e8619c Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 9 May 2017 14:00:47 +0200 Subject: [PATCH] minfix --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 0fbaab9..1ff174b 100755 --- a/update +++ b/update @@ -13,7 +13,7 @@ if [ ! -e /target/sync ]; then touch /target/sync; else - test "$($SOURCE_DIR/lib/api/sync)" = "127"; && slog "sync failed" - "update" && exit 127; + test "$($SOURCE_DIR/lib/api/sync)" = "127" && slog "sync failed" - "update" && exit 127; fi;