diff --git a/setup-centos.sh b/setup-centos.sh index 0192302..d9cbf69 100644 --- a/setup-centos.sh +++ b/setup-centos.sh @@ -218,7 +218,7 @@ uninst() # postinstall postinst() { - log "Please, make proper configugation,located at \"$ETC_CFG_DIR\", before starting the \"$SERVICE_SRV_NAME\" daemon!" + log "Please, make proper configuration,located at \"$ETC_CFG_DIR\", before starting the \"$SERVICE_SRV_NAME\" daemon!" } # Command line args' COMMAND="$1" diff --git a/setup.sh b/setup.sh index 09f76fe..d4b4824 100644 --- a/setup.sh +++ b/setup.sh @@ -201,7 +201,7 @@ uninst() # postinstall postinst() { - log "Please, make proper configugation,located at \"$ETC_CFG_DIR\", before starting the \"$SERVICE_SRV_NAME\" daemon!" + log "Please, make proper configuration,located at \"$ETC_CFG_DIR\", before starting the \"$SERVICE_SRV_NAME\" daemon!" } # Command line args' COMMAND="$1"