From 4e613004fcf624e0184578f7f242150a24859860 Mon Sep 17 00:00:00 2001 From: ALEX <2604434353@qq.com> Date: Fri, 18 Jul 2025 10:50:57 +0800 Subject: [PATCH] test webhook --- 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 ac94d96..3e7b8f1 100755 --- a/bin/post-steps.sh +++ b/bin/post-steps.sh @@ -12,4 +12,4 @@ else echo "Port $PORT is free. Starting application..." nohup java -jar "$JAR_PATH" > "$LOG_PATH" 2>&1 & echo "Application started with PID $!" -fi +fi \ No newline at end of file