Update code

This commit is contained in:
root 2024-07-11 12:44:39 +02:00
parent 999b037ab5
commit 535fa68d6c

View File

@ -213,6 +213,7 @@ generate_token() {
echo "Expiry: $expires"
else
echo -e "${COLOR_RED}Error generating token.${COLOR_RESET}"
echo -e "Check your [user] and [pass] and [IP]"
exit 1
fi
}