2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #2721 from hu-weihua/sn

Modify syntex error of case pre_deploy_sn
This commit is contained in:
neo954 2017-03-22 16:01:58 +08:00 committed by GitHub
commit b3bbdcb755

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";