This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
commit f99294ddbae583f224f6d0a8a8fda36bd1a78c86 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Wed Sep 12 21:03:02 2018 +0800 Update startup.sh Fix startup script --- apm-dist/bin/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-dist/bin/startup.sh b/apm-dist/bin/startup.sh index 343fda2..19f7af7 100644 --- a/apm-dist/bin/startup.sh +++ b/apm-dist/bin/startup.sh @@ -21,6 +21,6 @@ PRGDIR=`dirname "$PRG"` OAP_EXE=oapService.sh WEBAPP_EXE=webappService.sh -"$PRGDIR"/"OAP_EXE" +"$PRGDIR"/"$OAP_EXE" "$PRGDIR"/"$WEBAPP_EXE"
