Update mm-scripts.sh

This commit is contained in:
2023-04-21 12:30:05 -05:00
parent aa7fca5a8a
commit d445ad8c50

View File

@@ -768,6 +768,15 @@ SHOWSRVCUPDATES(){
}
MMSETUP(){
# sed -e 's;%NIP%;${nip};g' ${MMFOLDER}/settings.conf > ${MMFOLDER}/settings.conf
}
if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
if [ -f ${MMFOLDER}/mm.stop ]; then
@@ -833,6 +842,10 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
MMSTATUS ${2}
;;
setup)
MMSETUP
;;
vpninfo)
GETVPNINFO
;;