From 9d331290f7c1ad1468ed96df18bcb491d6eed8f8 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Wed, 22 Mar 2017 03:54:07 -0400 Subject: [PATCH] Modify syntex error --- xCAT-test/autotest/testcase/installation/pre_deploy_sn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/installation/pre_deploy_sn b/xCAT-test/autotest/testcase/installation/pre_deploy_sn index a4c30001a..ea12ed759 100755 --- a/xCAT-test/autotest/testcase/installation/pre_deploy_sn +++ b/xCAT-test/autotest/testcase/installation/pre_deploy_sn @@ -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";