Remove cron in favor of tailing the log as a keep-alive method
This commit is contained in:
@@ -44,4 +44,7 @@ test $SEAF_2FA_SECRET && cmd+=" -a $(oathlib --base32 --totp $SEAF_2FA_SECRET)"
|
||||
test $SEAF_LIBRARY_PASSWORD && cmd+=" -e $SEAF_LIBRARY_PASSWORD"
|
||||
|
||||
# Run it.
|
||||
if ! eval $cmd; then echo "Failed to sync"; exit 1; fi
|
||||
if ! eval $cmd; then echo "Failed to sync"; exit 1; fi
|
||||
|
||||
# Continously print the log.
|
||||
tail -f ~/.ccnet/logs/seafile.log
|
||||
|
||||
Reference in New Issue
Block a user