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

[incubator-skywalking] branch master updated: Update startup.sh (#1668)

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

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 83cef89  Update startup.sh (#1668)
83cef89 is described below

commit 83cef89af17a9f5c9e480a5eb589aa3f2b310819
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Sep 13 14:34:02 2018 +0800

    Update startup.sh (#1668)
    
    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"