[+] 脚本

This commit is contained in:
acgist
2023-02-04 11:31:24 +08:00
parent 952adad7b6
commit 5e1a25aa21
5 changed files with 26 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ if [ ! -z "$processId" ]; then
done
echo ""
fi
if [ $processPortNumber -lt 1 ]; then
if [ "$processPortNumber" -lt 1 ]; then
echo -e "\033[31m启动失败${project.artifactId}-${project.version}\033[0m"
sh bin/stop.sh
exit 0