[improvement][project] supersonic 0.6.0 version update (#16)

Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
lexluo09
2023-07-16 21:32:33 +08:00
committed by GitHub
parent a0869dc7bd
commit 041daad1e4
261 changed files with 12031 additions and 3266 deletions

View File

@@ -5,7 +5,7 @@ baseDir=$(readlink -f $binDir/../)
confDir=$baseDir/conf
source ${baseDir}/bin/env.sh
commond=$1
command=$1
function start()
{
@@ -33,7 +33,7 @@ function stop()
fi
}
case "$commond" in
case "$command" in
start)
echo -e "Starting $APP_NAME"
start