fix: fix the output error

This commit is contained in:
luhaoling 2024-02-20 18:07:19 +08:00
parent 5724158c6e
commit 4c7fcb3433

View File

@ -107,6 +107,7 @@ function openim::msgtransfer::check_by_signal() {
else else
openim::log::success "All openim-msgtransfer processes have been stopped properly." openim::log::success "All openim-msgtransfer processes have been stopped properly."
fi fi
return 0
} }
###################################### Linux Systemd ###################################### ###################################### Linux Systemd ######################################