minfix
This commit is contained in:
parent
c740586bd6
commit
2bbb2974d8
2
update
2
update
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue