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;