mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: the menu labels
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -91,8 +91,8 @@ function askForAction() {
|
|||||||
echo " 2) Start"
|
echo " 2) Start"
|
||||||
echo " 3) Stop"
|
echo " 3) Stop"
|
||||||
echo " 4) Restart"
|
echo " 4) Restart"
|
||||||
echo " 5) Upgrade"3
|
echo " 5) Upgrade"
|
||||||
echo " 6) View Logs"
|
echo " 6) Logs"
|
||||||
echo " 7) Exit"
|
echo " 7) Exit"
|
||||||
echo
|
echo
|
||||||
read -p "Action [2]: " ACTION
|
read -p "Action [2]: " ACTION
|
||||||
@@ -132,7 +132,7 @@ function askForAction() {
|
|||||||
elif [ "$ACTION" == "6" ] || [ "$DEFAULT_ACTION" == "logs" ]
|
elif [ "$ACTION" == "6" ] || [ "$DEFAULT_ACTION" == "logs" ]
|
||||||
then
|
then
|
||||||
viewLogs $@
|
viewLogs $@
|
||||||
askForAction
|
askForAction "logs"
|
||||||
elif [ "$ACTION" == "7" ]
|
elif [ "$ACTION" == "7" ]
|
||||||
then
|
then
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user