From 7679bfdeac62b0a351ae135fb8b18eac94d741d4 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 27 Feb 2019 21:41:13 +0200 Subject: [PATCH] up 2.14 --- NeoBoot/bin/rebootbot | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/NeoBoot/bin/rebootbot b/NeoBoot/bin/rebootbot index a9b4093..06f4107 100644 --- a/NeoBoot/bin/rebootbot +++ b/NeoBoot/bin/rebootbot @@ -64,9 +64,9 @@ else fi fi fi - -chmod 755 /etc/init.d/neomountboot.sh - +if [ -e /etc/init.d/neomountboot.sh ] ; then + chmod 755 /etc/init.d/neomountboot.sh +fi orgimag=`mount | sed '/sd/!d' | cut -d" " -f1` rm -f $IMAGE/$TARGET/usr/bin/enigma2_pre_start.sh for item in $orgimag; do @@ -85,6 +85,5 @@ chmod 755 /etc/init.d/neomountboot.sh done chmod 755 $IMAGE/$TARGET/usr/bin/enigma2_pre_start.sh - echo "NEOBOOT init mount enigma2_pre_start.sh " - sleep 10 + echo "NeoBOOT created the file mount enigma2_pre_start.sh " return 1 \ No newline at end of file