1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-23 19:57:16 +00:00
parent cedb65670e
commit 07e23b7851

View file

@ -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