Update mm-scripts.sh

This commit is contained in:
2023-04-29 20:14:11 -05:00
parent b7ced7f6c1
commit 1625cc4c97

View File

@@ -813,7 +813,6 @@ UPDATESERVICE(){
echo
echo -e "${idsCL[Green]}Updating ${usrvc^} Service${idsCL[Default]}"
DIVIDER . lightGreen
echo ${usrvc}
if [ "${usrvc}" == "organizr" ]; then
cd /var/www/media.scity.us/html >/dev/null 2>&1
if [ "`git log --pretty=%H ...refs/heads/v2-master^ | head -n 1`" != "`git ls-remote origin -h refs/heads/v2-master |cut -f1`" ]; then
@@ -1407,7 +1406,6 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
update-allservices)
# for usrvc in "${SERVICES_CHECK[@]}"; do
for usrvc in "${UPDATE_SERVICES[@]}"; do
echo "H: $usrvc"
[ "${MM_UPDATE_REPO[${usrvc}]}" != "" ] && UPDATESERVICE ${usrvc}
done
;;