From 82a7265e500abf01dfdd344e07959f0aa493d64a Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 15 May 2021 01:22:15 +0500 Subject: [PATCH] added down for maintenance error --- login.sh | 5 +++++ 1 file changed, 5 insertions(+) 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