mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-24 10:27:28 +08:00
[improvement](project) If there are any failed operations during the build process, stop subsequent operations and issue a unified 'stop' command. (#498)
This commit is contained in:
@@ -108,15 +108,10 @@ case "$command" in
|
||||
echo "Start success"
|
||||
;;
|
||||
stop)
|
||||
if [ "$service" == $PYLLM_SERVICE ]; then
|
||||
echo "Stopping $app_name"
|
||||
stop $app_name
|
||||
echo "Stopping $STANDALONE_APP_NAME"
|
||||
stop $STANDALONE_APP_NAME
|
||||
else
|
||||
echo "Stopping $app_name"
|
||||
stop ${app_name}
|
||||
fi
|
||||
echo "Stopping $app_name"
|
||||
stop $app_name
|
||||
echo "Stopping $PYLLM_APP_NAME"
|
||||
stop $PYLLM_APP_NAME
|
||||
echo "Stop success"
|
||||
;;
|
||||
reload)
|
||||
|
||||
Reference in New Issue
Block a user