File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ if [ ! -f "$FILE" ]
246
246
processes=$( rm /www/luci-static/resources/view/dashboard/css/c* .css)
247
247
wait $processes
248
248
fi
249
- # process =$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
250
- # wait $process
249
+ process50 =$( wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
250
+ wait $process50
251
251
252
252
if [ " $( ls /www/luci-static/bootstrap/logo.svg) " != " " ]
253
253
then
@@ -461,7 +461,7 @@ cat << EOF > /etc/rc.local
461
461
fi
462
462
if [ ! -f /root/run ]
463
463
then
464
- echo $( date) > /root/run
464
+ echo "'"' $( date) "'" > /root/run
465
465
rm /root/customize_firmware.sh
466
466
exit 0
467
467
fi
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ if [ ! -f "$FILE" ]
246
246
processes=$( rm /www/luci-static/resources/view/dashboard/css/c* .css)
247
247
wait $processes
248
248
fi
249
- # process =$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
250
- # wait $process
249
+ process50 =$( wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
250
+ wait $process50
251
251
252
252
if [ " $( ls /www/luci-static/bootstrap/logo.svg) " != " " ]
253
253
then
@@ -461,7 +461,7 @@ cat << EOF > /etc/rc.local
461
461
fi
462
462
if [ ! -f /root/run ]
463
463
then
464
- echo $( date) > /root/run
464
+ echo "'"' $( date) "'" > /root/run
465
465
rm /root/customize_firmware.sh
466
466
exit 0
467
467
fi
You can’t perform that action at this time.
0 commit comments