启动脚本修改

This commit is contained in:
lhx
2025-12-15 09:14:19 +08:00
parent f8e85beba1
commit 1ed685cda6

View File

@@ -10,7 +10,7 @@ fi
if [ $SKIP_GIT_PULL -eq 0 ]; then if [ $SKIP_GIT_PULL -eq 0 ]; then
echo "正在拉取最新代码..." echo "正在拉取最新代码..."
git pull origin main git pull gs main
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "代码拉取失败,是否继续? (y/n)" echo "代码拉取失败,是否继续? (y/n)"
read -r CONTINUE read -r CONTINUE