added down for maintenance error

This commit is contained in:
Shihaam Abdul Rahman 2021-05-15 01:22:15 +05:00
parent d970c2688c
commit 82a7265e50

View File

@ -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