diff --git a/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local b/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local index 467c5a1..6b14b7d 100755 --- a/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local +++ b/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local @@ -12,9 +12,9 @@ # By default this script does nothing. -#(resetd.sh >/dev/null 2>&1) & +(resetd.sh >/dev/null 2>&1) & # -#(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & +(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & exit 0 diff --git a/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local b/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local index 467c5a1..6b14b7d 100755 --- a/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local +++ b/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local @@ -12,9 +12,9 @@ # By default this script does nothing. -#(resetd.sh >/dev/null 2>&1) & +(resetd.sh >/dev/null 2>&1) & # -#(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & +(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & exit 0