Add comment to makecert utility
This commit is contained in:
parent
7afb528119
commit
6ae814eebc
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ else
|
|||
HOSTNAME="$1"
|
||||
fi
|
||||
|
||||
# Replace any spaces with dashes
|
||||
HOSTNAME="${HOSTNAME//[ ]/-}"
|
||||
|
||||
if [ -z "$HOSTNAME" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue