Update run.sh

This commit is contained in:
2023-04-29 22:52:58 -05:00
parent 83a4fa9f68
commit 40c7e9d775

3
run.sh
View File

@@ -82,8 +82,8 @@ if [ "${1}" == "update" ] || [ "${1}" == "setup" ]; then
echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}" echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}"
fi fi
fi
else
if [ "${1}" == "clear" ]; then if [ "${1}" == "clear" ]; then
[ ! -f ${MMFOLDER}/mm.stop ] && rm -f ${MMFOLDER}/mm.* || rm -f ${MMFOLDER}/mm.*; touch ${MMFOLDER}/mm.stop [ ! -f ${MMFOLDER}/mm.stop ] && rm -f ${MMFOLDER}/mm.* || rm -f ${MMFOLDER}/mm.*; touch ${MMFOLDER}/mm.stop
fi fi
@@ -103,7 +103,6 @@ else
${MMFOLDER}/mm-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${MMFOLDER}/mm-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}
fi fi
fi
echo echo
exit 0 exit 0