From 6ae814eebc175005f8f6e641267023d64a423014 Mon Sep 17 00:00:00 2001 From: Jansen Price Date: Wed, 26 Aug 2020 22:20:36 -0500 Subject: [PATCH] Add comment to makecert utility --- bin/makecert | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/makecert b/bin/makecert index 71ea051..74ca96d 100755 --- a/bin/makecert +++ b/bin/makecert @@ -11,6 +11,7 @@ else HOSTNAME="$1" fi +# Replace any spaces with dashes HOSTNAME="${HOSTNAME//[ ]/-}" if [ -z "$HOSTNAME" ]; then