Update run.sh

This commit is contained in:
2023-03-01 22:04:19 -06:00
parent 109f24f9c1
commit c129396187

1
run.sh
View File

@@ -35,6 +35,7 @@ if [ "${1}" == "update" ]; then
git pull >/dev/null 2>&1
git submodule update --remote >/dev/null 2>&1
fi
cd ${MMFOLDER}
if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/master |cut -f1`" ]; then
if [ "${2}" != "q" ]; then