Update run.sh

This commit is contained in:
2023-04-27 21:35:01 -05:00
parent 84bcc98f79
commit ce0a8b9a5d

2
run.sh
View File

@@ -47,7 +47,7 @@ if [ "${1}" == "update" ]; then
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 [ "`git log --pretty=%H ...refs/heads/dev^ | head -n 1`" != "`git ls-remote origin -h refs/heads/dev |cut -f1`" ]; then
if [ "${2}" != "q" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[LightCyan]}Installing mediamanager updates...${idsCL[Default]}"