From 2e98a15071dfae4fdda0225f9137c0199186c2a8 Mon Sep 17 00:00:00 2001 From: wandoubaba Date: Tue, 4 Jul 2023 14:46:41 +0800 Subject: [PATCH] auto_build.sh --- auto_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_build.sh b/auto_build.sh index 26d3476..20e8482 100644 --- a/auto_build.sh +++ b/auto_build.sh @@ -1,8 +1,8 @@ #!/bin/bash -GIT_WORK_TREE=/www/wwwroot/fs.book.wandoubaba.com +# GIT_WORK_TREE=/www/wwwroot/fs.book.wandoubaba.com -cd $GIT_WORK_TREE +# cd $GIT_WORK_TREE git pull origin master