We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9013cf9 commit 8ea9f3cCopy full SHA for 8ea9f3c
create_latest_candle_dev.sh
@@ -2861,6 +2861,11 @@ fi
2861
2862
2863
2864
+if [ -d /home/pi/webthings/gateway ] && [ -d /home/pi/webthings/gateway2 ]; then
2865
+ rm -rf /home/pi/webthings/gateway2
2866
+fi
2867
+
2868
2869
# cp /home/pi/.webthings/etc/webthings_settings_backup.js /home/pi/.webthings/etc/webthings_settings.js
2870
2871
if [ -f /boot/candle_first_run_complete.txt ] && [ ! -f /boot/candle_original_version.txt ]; then
@@ -2878,7 +2883,6 @@ fi
2878
2883
# Disable old bootup actions service
2879
2884
systemctl disable candle_bootup_actions.service
2880
2885
2881
-
2882
2886
# delete bootup_actions, just in case this script is being run as a bootup_actions script.
2887
if [ -f /boot/bootup_actions.sh ]; then
2888
rm /boot/bootup_actions.sh
0 commit comments