2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-17 16:50:22 +00:00

modify msgutil to match msgutil_r

This commit is contained in:
immarvin
2015-07-10 05:34:09 -04:00
parent 420aec57c3
commit 56478bf72e

View File

@@ -757,5 +757,5 @@ function msgutil_r {
# logfile: the path of the file to append the log
####################################################################
function msgutil {
msgutil_r "localhost" "$@"
msgutil_r "" "$@"
}