Skip to content

Commit

Permalink
Merge pull request xcat2#2721 from hu-weihua/sn
Browse files Browse the repository at this point in the history
Modify syntex error of case pre_deploy_sn
  • Loading branch information
neo954 authored Mar 22, 2017
2 parents 0b98b3f + 9d33129 commit b3bbdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-test/autotest/testcase/installation/pre_deploy_sn
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b3bbdcb

Please sign in to comment.