mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
delay background seeding about 6 hours
This commit is contained in:
parent
4f0c8aeb24
commit
06274faa11
1 changed files with 2 additions and 2 deletions
|
@ -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 15 minutes) ..." >> $logFile
|
||||
( sleep 900 ; sudo /home/admin/50torrentHDD.sh backup-torrent-hosting ) &
|
||||
echo "Starting BACKUP TORRENT HOSTING in background (after 6 hours) ..." >> $logFile
|
||||
( sleep 6h ; sudo /home/admin/50torrentHDD.sh backup-torrent-hosting ) &
|
||||
fi
|
||||
|
||||
echo "DONE BOOTSTRAP" >> $logFile
|
||||
|
|
Loading…
Add table
Reference in a new issue