From 6a68416095e7cfd77fb52ee409d24960e58be77b Mon Sep 17 00:00:00 2001 From: gooaclok819 Date: Sun, 14 Apr 2024 23:08:13 +0800 Subject: [PATCH] 1.4 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6d33ab5..beb9d5f 100644 --- a/install.sh +++ b/install.sh @@ -58,7 +58,7 @@ echo '#!/bin/bash while true; do # 获取服务状态 status=$(systemctl is-active sublink) - echo "当前版本: 1.3" + echo "当前版本: 1.4" # 判断服务状态并打印 if [ "$status" = "active" ]; then echo "当前运行状态: 已运行"