From ba1509b25777864af7cfcf60861af8ca3427b915 Mon Sep 17 00:00:00 2001 From: MRColor Date: Thu, 2 Mar 2023 12:36:06 +0100 Subject: [PATCH] added a return in menu select prompt --- runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runme.sh b/runme.sh index 8093d85..8bdcdb6 100644 --- a/runme.sh +++ b/runme.sh @@ -416,7 +416,7 @@ mainmenu() { fi printf "Detected OS architecture $ARCH"$'\n'"Docker $DKARCH image architecture will be used if the app's image permits it"$'\n'"--------------------------------- "$'\n' - PS3="Select an option and press Enter " + PS3="Select an option and press Enter "$'\n' items=("Show apps' links to register or go to dashboard" "Install Docker" "Setup .env file" "Start apps stack" "Stop apps stack" "Reset .env File" "Reset $DKCOM_FILENAME file") select item in "${items[@]}" Quit