diff --git a/login.sh b/login.sh index a2ac390..19b1f0a 100644 --- a/login.sh +++ b/login.sh @@ -31,6 +31,11 @@ elif [ "$LOGIN" = "20" ] elif [ "$LOGIN" = "2" ] then source readpass.sh +elif [ "$LOGIN" = "37" ] + then + echo "${red}Down for Maintenance${reset}" 1>&2 + echo "Try again later" + exit else echo "${red}Unknown Error${reset}" 1>&2 exit