启动脚本修改
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user