This commit is contained in:
2024-08-04 19:19:54 -05:00
parent fa148e0b3c
commit 78be1dff59
3 changed files with 16 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ yellow=$(echo -en "\e[93m")
main_menu() {
VERSION=0.2
VERSION=0.3
#reset
UDEV=''
TEMPUSB=''
@@ -83,7 +83,7 @@ remove_instance_menu() {
echo
get_settings
if [ $SUDO_USER ]; then user=$SUDO_USER; fi
if [ -f "/etc/octoprint_instances" ]; then
if [ -f "/etc/octodocker_instances" ]; then
PS3="${green}Select instance number to remove: ${white}"
get_instances true