Update run.sh
This commit is contained in:
3
run.sh
3
run.sh
@@ -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]}"
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
else
|
||||
if [ "${1}" == "clear" ]; then
|
||||
[ ! -f ${MMFOLDER}/mm.stop ] && rm -f ${MMFOLDER}/mm.* || rm -f ${MMFOLDER}/mm.*; touch ${MMFOLDER}/mm.stop
|
||||
fi
|
||||
@@ -103,7 +103,6 @@ else
|
||||
${MMFOLDER}/mm-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}
|
||||
fi
|
||||
|
||||
fi
|
||||
echo
|
||||
exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user