Fixed MRN-922

Change-Id: Idb1967814686f06d4e362d66136f283469c49579
This commit is contained in:
Igor Yozhikov 2013-09-09 14:58:40 +04:00
parent 0c1b312fe5
commit 80da13086e
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"