From 12c91fbc60250c198711fdcacf16adee4bc9b7d5 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 15 Oct 2013 09:03:23 -0400 Subject: [PATCH] defect 3819 enhance -s behavior --- xCAT-server/lib/xcat/plugins/updatenode.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index f67c67bdb..3162d71fa 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -303,7 +303,9 @@ sub preprocess_updatenode flags"; $callback->($rsp); return; - } else { + } + # For -s flag just run this one script + if ($::SETSERVER) { $::RERUNPS = "setuppostbootscripts"; } # -f or -F not both