From 07e23b78512794d7902387fe92151e4ee0488cca Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 23 Mar 2021 19:57:16 +0000 Subject: [PATCH] fix --- debian9-x86_64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 6045365..a9c2151 100755 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -192,7 +192,7 @@ if [ "$CHINA" = "yes" ]; then fi cd /var/lib/openmptcprouter-vps-debian git pull -# if [ "$VPS_PATH" = "server-test" ]; then +# if [ "$VPSPATH" = "server-test" ]; then # git checkout develop # else # git checkout main @@ -204,7 +204,7 @@ if [ "$CHINA" = "yes" ]; then fi cd /usr/share/omr-server-git git pull - if [ "$VPS_PATH" = "server-test" ]; then + if [ "$VPSPATH" = "server-test" ]; then git checkout develop else git checkout master