File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -427,17 +427,16 @@ if [ -f /boot/cmdline.txt ]; then
427427 echo " Candle: starting ssh" >> /boot/candle_log.txt
428428 systemctl start ssh.service
429429 fi
430-
431- # Download the rest of the images
432- wget https://www.candlesmarthome.com/tools/splash.png -O /boot/splash.png
433- wget https://www.candlesmarthome.com/tools/splash180.png -O /boot/splash180.png
434- wget https://www.candlesmarthome.com/tools/splashalt.png -O /boot/splashalt.png
435- wget https://www.candlesmarthome.com/tools/splash180alt.png -O /boot/splash180alt.png
436- wget https://www.candlesmarthome.com/tools/splash.mp4 -O /boot/splash.mp4
437- wget https://www.candlesmarthome.com/tools/splash180.mp4 -O /boot/splash180.mp4
438-
430+
439431 fi
440432
433+ # Download the rest of the images
434+ wget https://www.candlesmarthome.com/tools/splash.png -O /boot/splash.png
435+ wget https://www.candlesmarthome.com/tools/splash180.png -O /boot/splash180.png
436+ wget https://www.candlesmarthome.com/tools/splashalt.png -O /boot/splashalt.png
437+ wget https://www.candlesmarthome.com/tools/splash180alt.png -O /boot/splash180alt.png
438+ wget https://www.candlesmarthome.com/tools/splash.mp4 -O /boot/splash.mp4
439+ wget https://www.candlesmarthome.com/tools/splash180.mp4 -O /boot/splash180.mp4
441440fi
442441
443442
You can’t perform that action at this time.
0 commit comments