You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/09/12 13:03:05 UTC

[incubator-skywalking] branch wu-sheng-patch-1 created (now f99294d)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at f99294d  Update startup.sh

This branch includes the following new commits:

     new f99294d  Update startup.sh

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Update startup.sh

Posted by wu...@apache.org.
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 <wu...@foxmail.com>
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"