update
This commit is contained in:
@@ -26,7 +26,7 @@ fi
|
||||
|
||||
[ -f ${MMFOLDER}/vpninfo ] && source ${MMFOLDER}/vpninfo
|
||||
|
||||
if [ "${action}" != "check" ] && [ "${action}" != "update" ] && [ "${2}" != "noup" ]; then
|
||||
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
|
||||
if [ -f ${MMFOLDER}/update.available ]; then
|
||||
dispup="${idsCL[Yellow]} - Update Available! (run '${idsCL[LightCyan]}mm update${idsCL[Yellow]}')${idsCL[Default]}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user