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
This commit is contained in:
otubo 2011-08-15 16:32:06 +00:00
parent 7d877d5dd7
commit 347f7b4423

View File

@ -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