minmod
This commit is contained in:
parent
b013b84b8b
commit
7d4974dfe9
2
update
2
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;
|
||||
|
|
Loading…
Reference in New Issue