Fix pulling upstream branchless

This commit is contained in:
Jafner 2021-09-30 10:04:00 -07:00
parent ab0984813f
commit c01ba8b155

View File

@ -107,7 +107,7 @@ else
git commit -m "Init" git commit -m "Init"
git remote add upstream $DL_LINK git remote add upstream $DL_LINK
fi fi
git pull upstream git pull upstream master
echo " === Using latest version on $DL_LINK" echo " === Using latest version on $DL_LINK"
echo " === Starting!" echo " === Starting!"
httpd-foreground httpd-foreground