From 56478bf72ea826bc8238e99e247074ba62ea5f2b Mon Sep 17 00:00:00 2001 From: immarvin Date: Fri, 10 Jul 2015 05:34:09 -0400 Subject: [PATCH] modify msgutil to match msgutil_r --- xCAT/postscripts/xcatlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatlib.sh b/xCAT/postscripts/xcatlib.sh index 4d78a26ec..00cc88d4d 100755 --- a/xCAT/postscripts/xcatlib.sh +++ b/xCAT/postscripts/xcatlib.sh @@ -757,5 +757,5 @@ function msgutil_r { # logfile: the path of the file to append the log #################################################################### function msgutil { - msgutil_r "localhost" "$@" + msgutil_r "" "$@" }