2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-11-02 12:22:36 +00:00

Modify syntex error

This commit is contained in:
hu-weihua
2017-03-22 03:54:07 -04:00
parent 0b98b3f57d
commit 9d331290f7

View File

@@ -25,7 +25,7 @@ if ($ENV{XCAT_DATABASE} eq "PostgreSQL") {
print $fh "host all all ::0/0 md5\n";
close $fh;
$cmd = "service postgresql restart"
$cmd = "service postgresql restart";
runcmd("$cmd");
} else {
$cmd = "XCATMYSQLADMIN_PW=12345 XCATMYSQLROOT_PW=12345 /opt/xcat/bin/mysqlsetup -i -V";