diff --git a/first_update b/first_update deleted file mode 100644 index e69de29..0000000 diff --git a/update b/update index d8170dd..6a87497 100755 --- a/update +++ b/update @@ -6,12 +6,12 @@ source $__DIR__/lib/include/bash/const; source $__DIR__/lib/include/bash/func; # [1] Send data + fetch configuration -if [ -e /home/sats/satsd/source/first_update ]; then +if [ ! -e /target/sync ]; then test "$($SOURCE_DIR/lib/api/init)" = "127" && slog "sync failed" - "update" && exit; test $? -ne 0 && exit 127; - rm /home/sats/satsd/source/first_update; + touch /target/sync; else test "$($SOURCE_DIR/lib/api/sync)" = "127" && slog "sync failed" - "update" && exit;