From d101fcd1cb6daa77d2dbe3bf24f5dc2b4da7bc93 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sat, 25 Apr 2020 20:28:04 +0200 Subject: [PATCH] Fixed spelling and grammar --- create-satellite.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/create-satellite.sh b/create-satellite.sh index 04f9e86..7ecd3dc 100755 --- a/create-satellite.sh +++ b/create-satellite.sh @@ -1,7 +1,7 @@ #!/bin/bash # If parent CN is not specified, default it to the parent host. -# If the zone if not specified, default it to the CN of the satellite/agent. +# If the zone is not specified, default it to the CN of the satellite/agent. # Use the default port if none is specified. if [ -z "$PARENTCN" ]; then @@ -29,8 +29,8 @@ else ACCEPT_COMM=" " fi -# Defaults to disable conf.d (so to "n" or anything else to enable inclusion of -# conf.d directory +# Defaults to disable conf.d (so use "n" or anything else other than "y" +# to enable inclusion of conf.d directory) if [ -z "$DISABLE_CONFD" ] || [ "$DISABLE_CONFD" == "y" ]; then DISABLE_CONF="--disable-confd" else