Thanks
Sent from my SM-G900F using Tapatalk
NETWORKDOWN="true" while [ $NETWORKDOWN = "true" ] do ifconfig eth0 | grep '192.168.1.26' | grep up if [ "$?" -eq 0 ] then NETWORKDOWN="false" fi sleep 1 done
MOUNTED="false" while [ $MOUNTED = "false" ] do busybox mount -o rw,nosuid,nodev,nolock,rsize=32768,wsize=32768,intr,noatime 192.168.1.251:/mnt/ZFSVOL/downloads/complete /mnt/nfs if [ "$?" -eq 0 ] then MOUNTED="true" fi done
There are currently 2119 users online. 1 members and 2118 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment