From 484dafbed6fe62d2e8dac209d9f497130b4ea4e8 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 16 Nov 2024 02:35:24 +0200 Subject: [PATCH] Remove not used option --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 2feb3bd..58790db 100755 --- a/start.sh +++ b/start.sh @@ -11,7 +11,7 @@ function pause(){ echo PS3='Please enter your choice: ' -options=("Install WeKan dependencies" "Build WeKan" "Run WeKan for dev at http://localhost:3000" "Run WeKan for production at port 3000" "Pull all translations" "Push English base translation" "Push translation" "Rubocop auto correct all" "Quit") +options=("Install WeKan dependencies" "Run WeKan for dev at http://localhost:3000" "Run WeKan for production at port 3000" "Pull all translations" "Push English base translation" "Push translation" "Rubocop auto correct all" "Quit") select opt in "${options[@]}" do