From 99f1ac8b79d83f21019b71b8de011361fbc5255d Mon Sep 17 00:00:00 2001 From: xq2005 Date: Sun, 22 Sep 2013 00:58:55 -0700 Subject: [PATCH] bug 3794 --- xCAT/postscripts/runxcatpost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/runxcatpost b/xCAT/postscripts/runxcatpost index 3534484f1..d7c86c66b 100644 --- a/xCAT/postscripts/runxcatpost +++ b/xCAT/postscripts/runxcatpost @@ -8,6 +8,6 @@ fi if [ -x "/xcatpost/updateflag.awk" ];then /xcatpost/updateflag.awk $IMAGESERVER 3002 - updateflag.awk $IMAGESERVER 3002 "installstatus booted" + /xcatpost/updateflag.awk $IMAGESERVER 3002 "installstatus booted" fi