Open littlejeem opened 4 years ago
Currently this script interferes with IPChecker.sh purpose.
Eg: the VPN is down, IPChecker.sh stops transmission-daemon to prevent data leakage.
But then services_checker.sh restarts transmission-daemon defeating the action.
Perhaps add a check to the script that references $notify_lock from IPChecker.sh and if present not attempt a restart of transmission?
$notify_lock
Currently this script interferes with IPChecker.sh purpose.
Eg: the VPN is down, IPChecker.sh stops transmission-daemon to prevent data leakage.
But then services_checker.sh restarts transmission-daemon defeating the action.
Perhaps add a check to the script that references
$notify_lock
from IPChecker.sh and if present not attempt a restart of transmission?