Skip to content

Commit 4091e4e

Browse files
Add files via upload
1 parent a66fa58 commit 4091e4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

create_latest_candle_dev.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ fi
307307

308308
echo
309309

310-
311310
# Clean up any files that may be left over to make sure there is enough space
312311
if [ -f /zero.fill ]; then
313312
rm /zero.fill
@@ -326,6 +325,10 @@ if [ -f /home/pi/latest_stable_controller.tar ]; then
326325
rm /home/pi/latest_stable_controller.tar
327326
echo "Warning, removed /home/pi/latest_stable_controller.tar"
328327
fi
328+
if [ -f /home/pi/latest_stable_controller.tar.txt ]; then
329+
rm /home/pi/latest_stable_controller.tar.txt
330+
echo "Warning, removed /home/pi/latest_stable_controller.tar.txt"
331+
fi
329332

330333

331334

0 commit comments

Comments
 (0)