Quote:
Originally Posted by itwtx
The problem can be easily fixed by making a condition in usbnet_toggle.sh
if [ -f /var/run/dropbear.pid ]
more restrictive. For instance
if [ -f /var/run/dropbear.pid ] && [ "$useDropbear" == "true" ] && [ -d "$vlasovsoft_usbnet" ]
|
Thank you for the contribution. I will include it in the next update/patch.