Skip to content

Commit

Permalink
added a return in menu select prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed Mar 2, 2023
1 parent 3673c8c commit ba1509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba1509b

Please sign in to comment.