diff --git a/mm-scripts.sh b/mm-scripts.sh index 3bc7cd4..690c705 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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 ;;