diff --git a/xCAT-server/lib/perl/xCAT/Postage.pm b/xCAT-server/lib/perl/xCAT/Postage.pm index 39e68cd7d..6bd9f908e 100644 --- a/xCAT-server/lib/perl/xCAT/Postage.pm +++ b/xCAT-server/lib/perl/xCAT/Postage.pm @@ -629,12 +629,6 @@ sub makescript } } } - - # touch the /etc/xCATSN when it is a service node - if (xCAT::Utils->isSN($node)) { - push @scriptd, "touch /etc/xCATSN"; - } - ###Please do not remove or modify this line of code!!! xcatdsklspost depends on it push @scriptd, "# postscripts-start-here\n";