Add Git info to git pull

This commit is contained in:
Jafner 2021-09-30 00:47:31 -07:00
parent 41b089cb7d
commit 9caeb8d20e

View File

@ -106,6 +106,8 @@ else
git add .
git commit -m "Init"
git remote add upstream $DL_LINK
git config user.email "autodeploy@jafner.tools"
git config user.name "AutoDeploy"
fi
echo " === Using latest version on $DL_LINK"
echo " === Starting!"