Fixed log output, MRN-922
Change-Id: I13abe34c4ed4d6e6053948a7300a8b7dafa3a1e7
This commit is contained in:
parent
10650817a9
commit
6dc858b1ea
@ -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"
|
||||
|
2
setup.sh
2
setup.sh
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user