Update startup.sh (#1668)

Fix startup script
This commit is contained in:
吴晟 Wu Sheng 2018-09-13 14:34:02 +08:00 committed by Gao Hongtao
parent 87449d016c
commit 83cef89af1
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ PRGDIR=`dirname "$PRG"`
OAP_EXE=oapService.sh
WEBAPP_EXE=webappService.sh
"$PRGDIR"/"OAP_EXE"
"$PRGDIR"/"$OAP_EXE"
"$PRGDIR"/"$WEBAPP_EXE"