From 347f7b44232cca23b97fd705ad7c3b9f72003c0f Mon Sep 17 00:00:00 2001 From: otubo Date: Mon, 15 Aug 2011 16:32:06 +0000 Subject: [PATCH] Removing duplicate call for /var/tmp/mypostscript.post at xcatinstallpost file. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10289 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/xcatinstallpost | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xCAT/postscripts/xcatinstallpost b/xCAT/postscripts/xcatinstallpost index 75df1bcb4..087ee014a 100755 --- a/xCAT/postscripts/xcatinstallpost +++ b/xCAT/postscripts/xcatinstallpost @@ -37,8 +37,3 @@ chmod +x /var/tmp/mypostscript.post if [ -x /var/tmp/mypostscript.post ];then /var/tmp/mypostscript.post fi - -chmod +x /var/tmp/mypostscript.post -if [ -x /var/tmp/mypostscript.post ];then - /var/tmp/mypostscript.post -fi