From cb98897b039f9e6669459c1d7fa1f616fa4430e2 Mon Sep 17 00:00:00 2001 From: Sergey Murashov Date: Tue, 10 Dec 2013 13:21:32 +0400 Subject: [PATCH] Add fix with MSSQL service deployment Change-Id: Id7eae293cd38581f78f000c321c5860b20496d6e --- .../Services/agent_templates/InstallMsSqlServer.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/muranorepository/Services/agent_templates/InstallMsSqlServer.template b/muranorepository/Services/agent_templates/InstallMsSqlServer.template index c3c8341..51fbd40 100644 --- a/muranorepository/Services/agent_templates/InstallMsSqlServer.template +++ b/muranorepository/Services/agent_templates/InstallMsSqlServer.template @@ -1,11 +1,11 @@ { "Scripts": [ - "/ImportCoreFunctions.ps1", - "/OptionParser.ps1", + "ImportCoreFunctions.ps1", + "OptionParser.ps1", "SQLServer/SQLServerOptionParsers.ps1", "SQLServer/SQLServerInstaller.ps1", "SQLServer/Install-SQLServer.ps1", - "/Alter-FirewallRulesForSQL.ps1" + "Alter-FirewallRulesForSQL.ps1" ], "Commands": [ { @@ -21,4 +21,4 @@ } ], "RebootOnCompletion": 0 -} \ No newline at end of file +}