From 4a13ef86774e8c47760e7a50a5b13941db1aedf1 Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Mon, 4 Nov 2024 18:36:26 +0800 Subject: [PATCH] Ensure screen command always succeeds Modified the `screen` command to append `; true` ensuring the step does not fail even if no screen session is found, thus making the workflow more robust. --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e52b498..dd2b64e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,3 @@ -# 应用服务 WEB 访问端口 -server.port=8080 +# \u5E94\u7528\u670D\u52A1 WEB \u8BBF\u95EE\u7AEF\u53E3 +server.port=5001