missing space

This commit is contained in:
paukstelis
2022-06-11 09:34:13 -04:00
parent 6485aa3543
commit 93a9bf8787

View File

@@ -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')