mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 23:02:00 +02:00
delay torrent background 15min
This commit is contained in:
@@ -440,8 +440,8 @@ sudo /home/admin/config.scripts/blitz.stresstest.sh /home/admin/stresstest.repor
|
||||
################################
|
||||
|
||||
if [ "${backupTorrentSeeding}" == "on" ]; then
|
||||
echo "Starting BACKUP TORRENT HOSTING in background (after 5 minutes) ..." >> $logFile
|
||||
( sleep 300 ; sudo /home/admin/50torrentHDD.sh backup-torrent-hosting ) &
|
||||
echo "Starting BACKUP TORRENT HOSTING in background (after 15 minutes) ..." >> $logFile
|
||||
( sleep 900 ; sudo /home/admin/50torrentHDD.sh backup-torrent-hosting ) &
|
||||
fi
|
||||
|
||||
echo "DONE BOOTSTRAP" >> $logFile
|
||||
|
Reference in New Issue
Block a user