mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-09 16:59:01 +00:00
correct log
This commit is contained in:
parent
5b84ea4e71
commit
d28757b899
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ msg_debug "stop khanat: $STOPKHANAT"
|
|||
|
||||
if [[ $KHANATRESSOURCES -ne 0 ]]
|
||||
then
|
||||
msg_info "$(date "+%Y/%m/%d %H:%M:%S") CREATE TAR with KHANAT Ressources"
|
||||
msg_info "CREATE TAR with KHANAT Ressources"
|
||||
if [[ ! -d ${ressourcedir} ]]
|
||||
then
|
||||
msg_error "Missing khanat-ressources directory ($ressourcedir)"
|
||||
|
@ -260,7 +260,7 @@ fi
|
|||
|
||||
if [[ $KHANATDATACLIENT -ne 0 ]]
|
||||
then
|
||||
msg_info "$(date "+%Y/%m/%d %H:%M:%S") CREATE TAR with KHANAT DATA CLIENT"
|
||||
msg_info "CREATE TAR with KHANAT DATA CLIENT"
|
||||
if [[ ! -d ${dataclientdir} ]]
|
||||
then
|
||||
msg_error "Missing khanat-data-client directory ($dataclientdir)"
|
||||
|
|
Loading…
Reference in a new issue