Add comment to makecert utility

This commit is contained in:
Jansen Price 2020-08-26 22:20:36 -05:00
parent 7afb528119
commit 6ae814eebc

View file

@ -11,6 +11,7 @@ else
HOSTNAME="$1"
fi
# Replace any spaces with dashes
HOSTNAME="${HOSTNAME//[ ]/-}"
if [ -z "$HOSTNAME" ]; then