From d7162a24be5f1a64bd33e3f07b9f02aac02cc145 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 30 Jan 2022 20:22:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/update.sh b/shell/update.sh index 89e42bb7..434659c7 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -307,6 +307,8 @@ patch_version() { fi git config --global pull.rebase false + + cp -f /ql/.env.example /ql/.env } reload_pm2() {