mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-26 18:24:20 +08:00
[improvement][project] supersonic 0.6.0 version update (#16)
Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user