Skip to content

Commit 93cf57d

Browse files
committed
change log
1 parent d9bf6c3 commit 93cf57d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Install/customize_firmware.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ if [ ! -f "$FILE" ]
249249
wait $processes51 && echo 'delete dashboard c*.css' >> /root/install_customice.log
250250
fi
251251
process50=$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
252-
wait $process50 && echo 'download openWRT23_install.sh' >> /root/install_customice.log
252+
wait $process50 && echo 'download retry openWRT23_install.sh' >> /root/install_customice.log
253253

254254
if [ "$(ls /www/luci-static/bootstrap/logo.svg)" != "" ]
255255
then

customize_firmware.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ if [ ! -f "$FILE" ]
249249
wait $processes51 && echo 'delete dashboard c*.css' >> /root/install_customice.log
250250
fi
251251
process50=$(wget --waitretry=10 -t 5 -O /root/openWRT23_install.sh https://github.com/CyberAndi/CyberSecurity-Box/raw/CyberSecurity-Box/Install/openWRT23_install.sh)
252-
wait $process50 && echo 'download openWRT23_install.sh' >> /root/install_customice.log
252+
wait $process50 && echo 'download retry openWRT23_install.sh' >> /root/install_customice.log
253253

254254
if [ "$(ls /www/luci-static/bootstrap/logo.svg)" != "" ]
255255
then

0 commit comments

Comments
 (0)