Update mm-scripts.sh
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user