From 93a9bf8787ffdec43984a004991755ebb033c67d Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sat, 11 Jun 2022 09:34:13 -0400 Subject: [PATCH] missing space --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 6b978b6..449aade 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -461,7 +461,7 @@ add_camera() { remove_instance() { if [ $SUDO_USER ]; then user=$SUDO_USER; fi - if [ -f "/etc/octoprint_instances"]; then + if [ -f "/etc/octoprint_instances" ]; then echo 'Do not remove the generic instance!' | log PS3='Select instance to remove: ' readarray -t options < <(cat /etc/octoprint_instances | sed -n -e 's/^instance:\([[:alnum:]]*\) .*/\1/p')