2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove trailing spaces in file xCAT-UI/lib/cmd.php

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 339eafa8dd
commit abdc5576a3

View File

@ -76,7 +76,7 @@ if (isset($_GET["cmd"])) {
$opts_array = array($opts);
}
}
// Time needed to update /etc/hosts
if (strncasecmp($cmd, "makehosts", 9) == 0) {
sleep(5);
@ -238,4 +238,4 @@ function extractExtnoderange($xml) {
return $rsp;
}
?>
?>