From 361af7b9f60709a59a6db29a42fc31b5f381a044 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Jan 2024 12:49:23 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index 7c4d15c..d5f40b3 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -7,8 +7,8 @@ if [ ! -f /etc/rc.local ] || [ ! -f /etc/init.d/rc.local ] || [ ! -f /etc/init.d echo "...rc.local does not exist..." elif [ -f /etc/rc.local ] || [ -f /etc/init.d/rc.local ] || [ -f /etc/init.d/rcS.local ]; then if [ -f /etc/rcS.d/S99neo.local ] ; then - rm -f /etc/rcS.d/S99neo.local - echo "...rm S99neo.local..." + chmod 755 /etc/rcS.d/S99neo.local + echo "...chmod S99neo.local..." else echo "...rc.local exist..." break ;