delay torrent background 15min

This commit is contained in:
Christian Rotzoll
2019-04-11 19:32:04 +01:00
parent f1e3c714f9
commit 4f0c8aeb24

View File

@@ -440,8 +440,8 @@ sudo /home/admin/config.scripts/blitz.stresstest.sh /home/admin/stresstest.repor
################################ ################################
if [ "${backupTorrentSeeding}" == "on" ]; then if [ "${backupTorrentSeeding}" == "on" ]; then
echo "Starting BACKUP TORRENT HOSTING in background (after 5 minutes) ..." >> $logFile echo "Starting BACKUP TORRENT HOSTING in background (after 15 minutes) ..." >> $logFile
( sleep 300 ; sudo /home/admin/50torrentHDD.sh backup-torrent-hosting ) & ( sleep 900 ; sudo /home/admin/50torrentHDD.sh backup-torrent-hosting ) &
fi fi
echo "DONE BOOTSTRAP" >> $logFile echo "DONE BOOTSTRAP" >> $logFile