From ce0a8b9a5db32e2366cdff96d37ed47503bf0f51 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 27 Apr 2023 21:35:01 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 432fb8c..67a46db 100755 --- a/run.sh +++ b/run.sh @@ -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]}"