mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-15 17:16:10 +00:00
Make postscripts directory.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3466 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -138,7 +138,7 @@ sub setupAIXsn
|
||||
}
|
||||
|
||||
# copy the postscripts to /install/postscripts
|
||||
if (&runcmd("cp -p -R /xcatpost/* /install/postscripts > /dev/null 2>&1") != 0 ) {
|
||||
if (&runcmd("mkdir -p /install/postscripts; cp -p -R /xcatpost/* /install/postscripts > /dev/null 2>&1") != 0 ) {
|
||||
$msg = "$::sdate servicenode: Could not copy postscripts to /install/postscripts.\n";
|
||||
`logger -t xcat $msg`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user