2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-18 09:30:48 +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
+1 -1
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 "" "$@"
}