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