From da5eed39fbf083561216e9d460b5fd97150a1e6f Mon Sep 17 00:00:00 2001 From: ALEX <2604434353@qq.com> Date: Wed, 6 Aug 2025 10:23:47 +0800 Subject: [PATCH] fix: modify the post-steps.sh --- bin/post-steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/post-steps.sh b/bin/post-steps.sh index 3cec3e5..74f3c41 100755 --- a/bin/post-steps.sh +++ b/bin/post-steps.sh @@ -9,6 +9,6 @@ if netstat -tuln | grep -q ":$PORT"; then exit 0 else echo "Port $PORT is free. Starting application..." - nohup java -jar "$JAR_PATH" > /dev/null 2>&1 & + nohup java -jar /home/zhangbiqiong/pro_eld_mqtt_compare/target/pro_eld_mqtt_compare-0.0.1-SNAPSHOT.jar > /dev/null 2>&1 & echo "Application started with PID $!" fi \ No newline at end of file