This commit is contained in:
xdrm-brackets 2017-05-09 14:00:47 +02:00
parent c740586bd6
commit 2bbb2974d8
1 changed files with 1 additions and 1 deletions

2
update
View File

@ -13,7 +13,7 @@ if [ ! -e /target/sync ]; then
touch /target/sync; touch /target/sync;
else 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; fi;