added down for maintenance error
This commit is contained in:
parent
d970c2688c
commit
82a7265e50
5
login.sh
5
login.sh
@ -31,6 +31,11 @@ elif [ "$LOGIN" = "20" ]
|
|||||||
elif [ "$LOGIN" = "2" ]
|
elif [ "$LOGIN" = "2" ]
|
||||||
then
|
then
|
||||||
source readpass.sh
|
source readpass.sh
|
||||||
|
elif [ "$LOGIN" = "37" ]
|
||||||
|
then
|
||||||
|
echo "${red}Down for Maintenance${reset}" 1>&2
|
||||||
|
echo "Try again later"
|
||||||
|
exit
|
||||||
else
|
else
|
||||||
echo "${red}Unknown Error${reset}" 1>&2
|
echo "${red}Unknown Error${reset}" 1>&2
|
||||||
exit
|
exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user