From 80da13086ece546955135ad36f9e815b9da37258 Mon Sep 17 00:00:00 2001 From: Igor Yozhikov Date: Mon, 9 Sep 2013 14:58:40 +0400 Subject: [PATCH] Fixed MRN-922 Change-Id: Idb1967814686f06d4e362d66136f283469c49579 --- setup-centos.sh | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"