update
This commit is contained in:
4
menu.sh
4
menu.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user