get rid of usermod no changes message, each time xcatd restarted
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5402 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8c43db338a
commit
808a33492e
@ -513,7 +513,7 @@ sub setup_FTP
|
||||
{
|
||||
mkpath($installdir);
|
||||
}
|
||||
$cmd = "usermod -d $installdir ftp";
|
||||
$cmd = "usermod -d $installdir ftp 2>&1";
|
||||
my $outref = xCAT::Utils->runcmd($cmd, 0);
|
||||
if ($::RUNCMD_RC)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user