Skip to content

Commit

Permalink
Update create_latest_candle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie committed Aug 21, 2022
1 parent be56e88 commit 18be058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create_latest_candle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ fi
scriptname=$(basename "$0")

echo "" >> /boot/candle_log.txt
echo "$(date) - $scriptname" >> /dev/kmsg
echo "$(date) - $scriptname" >> /boot/candle_log.txt
echo "Candle: starting update - $(date) - $scriptname" >> /dev/kmsg
echo "starting update - $(date) - $scriptname" >> /boot/candle_log.txt

if [ -f /proc/mounts ];
then
Expand Down Expand Up @@ -602,7 +602,7 @@ then
if [ ! -f /boot/candle_original_version.txt ]; then
#apt install -y raspberrypi-kernel
#apt install -y raspberrypi-bootloader
echo "Candle: WARNING, DOING FULL UPGRADE. THIS WILL UPDATE THE KERNEL TOO." >> /dev/kmsg
echo "Candle: WARNING, DOING FULL UPGRADE. THIS WILL UPDATE THE KERNEL TOO. Takes a while!" >> /dev/kmsg
echo "WARNING, DOING FULL UPGRADE. THIS WILL UPDATE THE KERNEL TOO." >> /boot/candle_log.txt

# make sure the system is read-write and accessible again after the reboot.
Expand Down

0 comments on commit 18be058

Please sign in to comment.