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:
commit
b3bbdcb755
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user