From bd5bf6181d15feaed0d22f18d790de31515f782d Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 26 Jun 2022 17:13:15 -0400 Subject: [PATCH] move still not working as expected --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 36e0370..b794fff 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -818,7 +818,7 @@ prepare () { echo 'instance:generic port:5000' > /etc/octoprint_instances echo 'Adding camera port records' touch /etc/camera_ports - if [ -n $MOVE ] || [ $MOVE -eq 1 ]; then + if [ $MOVE -eq 1 ]; then echo "You can move your previously uploaded gcode to the template instance now." echo "If you do this, ALL new instances will have these gcode files." if prompt_confirm "Move old gcode files to template instance?"; then