Fixed spelling and grammar

This commit is contained in:
Jack-Benny Persson 2020-04-25 20:28:04 +02:00
parent 841920752f
commit d101fcd1cb

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# If parent CN is not specified, default it to the parent host. # 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. # Use the default port if none is specified.
if [ -z "$PARENTCN" ]; then if [ -z "$PARENTCN" ]; then
@ -29,8 +29,8 @@ else
ACCEPT_COMM=" " ACCEPT_COMM=" "
fi fi
# Defaults to disable conf.d (so to "n" or anything else to enable inclusion of # Defaults to disable conf.d (so use "n" or anything else other than "y"
# conf.d directory # to enable inclusion of conf.d directory)
if [ -z "$DISABLE_CONFD" ] || [ "$DISABLE_CONFD" == "y" ]; then if [ -z "$DISABLE_CONFD" ] || [ "$DISABLE_CONFD" == "y" ]; then
DISABLE_CONF="--disable-confd" DISABLE_CONF="--disable-confd"
else else