Fixed log output, MRN-922

Change-Id: I13abe34c4ed4d6e6053948a7300a8b7dafa3a1e7
This commit is contained in:
Igor Yozhikov 2013-09-09 15:01:29 +04:00
parent 10650817a9
commit 6dc858b1ea
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,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

@ -210,7 +210,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"