mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-31 10:06:39 +00:00
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:
parent
7d877d5dd7
commit
347f7b4423
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user