2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 23:15:30 +00:00

Remove trailing spaces in file xCAT-server/share/xcat/tools/powervm/configvios

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent c019989bd2
commit d4474a99df

View File

@ -116,7 +116,7 @@ sub get_cmd
$cmd = $cnt > 0 ? $cmd . ' && ioscli mkvdev' : 'ioscli mkvdev';
$cnt++;
$cmd = $cmd . ' -sea ' . $conf[0] . ' -vadapter ' . $conf[1] . ' -default ' . $conf[2] . ' -defaultid ' . $conf[3] . ' && mktcpip -hostname ' . $conf[4] .
' -inetaddr ' . $conf[5] . ' -netmask ' . $conf[6] . ' -interface ' . $conf[0] . ' -gateway ' . $conf[7] . ' -nsrvdomain ' . $conf[8] . ' -nsrvaddr ' . $conf[9] . '
' -inetaddr ' . $conf[5] . ' -netmask ' . $conf[6] . ' -interface ' . $conf[0] . ' -gateway ' . $conf[7] . ' -nsrvdomain ' . $conf[8] . ' -nsrvaddr ' . $conf[9] . '
-start';
}
return $cmd;