@@ -46,18 +46,14 @@ restartApp(){
case $APP_ORDER in
"start")
startApp
-
;;
"stop")
stopApp
"restart")
restartApp
- ;;
- *)
+ ;;
+ *)
esac