Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gooaclok819 committed Apr 14, 2024
1 parent 1613dd9 commit 6a68416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "当前运行状态: 已运行"
Expand Down

0 comments on commit 6a68416

Please sign in to comment.