1.修改方法名

This commit is contained in:
whm
2025-11-01 13:52:18 +08:00
parent 48afb0a25e
commit c7dc9b875a
3 changed files with 8 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ if [ "$1" = "0" ]; then
else
echo "默认执行代码拉取"
fi
echo "whm"
# 如果不跳过git pull则拉取最新代码
if [ $SKIP_GIT_PULL -eq 0 ]; then
echo ""
@@ -42,7 +42,6 @@ echo -n "请输入sudo密码: "
read -s SUDO_PASSWORD
echo ""
echo ""
# 检查密码是否为空
if [ -z "$SUDO_PASSWORD" ]; then
echo "错误: 密码不能为空"