[BuyPass] Print out when BuyPass Go SSL is used

This commit is contained in:
Alex Thomassen 2020-12-21 16:25:00 +01:00
parent aaf48648b4
commit 1055702def
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ CMD_PARAMS="$@";
BUYPASS=0;
if [[ "${CMD_PARAMS}" =~ "--buypass" ]]; then
BUYPASS=1;
echo "${ECHO_PREFIX} '--buypass' specified - Using BuyPass CA (Go SSL)."
fi
# BuyPass requires a valid email to be registered