Browse Source

switch ON

master
Christian Rotzoll 6 years ago
parent
commit
fd3cfa086b
  1. 2
      home.admin/00settingsMenuServices.sh

2
home.admin/00settingsMenuServices.sh

@ -222,7 +222,7 @@ if [ "${backupTorrentSeeding}" != "${choice}" ]; then
echo "BACKUP TORRENT SEEDING Setting changed .."
anychange=1
if [ "${choice}" = "on" ]; then
sudo /home/admin/50torrentHDD.sh backup-torrent-hosting
echo "BACKUP TORRENT SEEDING IS NOW ON"
else
echo "Stopping Torrents and Cleaning Up ..."

Loading…
Cancel
Save