Typos fixed.
Change-Id: I437cf888bc459360efeb5f00da475038e211ebe4
This commit is contained in:
parent
30b9bed2fc
commit
f78b279e8d
@ -1,7 +1,7 @@
|
||||
{
|
||||
"Scripts": [
|
||||
"ImportCoreFunctions.ps1",
|
||||
"Set-LocalUserPasswordPassword.ps1"
|
||||
"Set-LocalUserPassword.ps1"
|
||||
],
|
||||
"Commands": [
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
"ImportCoreFunctions.ps1",
|
||||
"OptionParser.ps1",
|
||||
"SQLServerOptionParsers.ps1",
|
||||
"SQLServerInsatller.ps1",
|
||||
"SQLServerInstaller.ps1",
|
||||
"Export-Function.ps1",
|
||||
"Start-PowerShellProcess.ps1",
|
||||
"SQLServerForAOAG.ps1"
|
||||
|
@ -3,7 +3,7 @@
|
||||
"ImportCoreFunctions.ps1",
|
||||
"OptionParser.ps1",
|
||||
"SQLServerOptionParsers.ps1",
|
||||
"SQLServerInstall.ps1",
|
||||
"SQLServerInstaller.ps1",
|
||||
"Export-Function.ps1",
|
||||
"Start-PowerShellProcess.ps1",
|
||||
"SQLServerForAOAG.ps1"
|
||||
|
@ -47,7 +47,7 @@ class WindowsAgentExecutor(CommandBase):
|
||||
template_data, queue, msg_id))
|
||||
|
||||
def encode_scripts(self, json_data, template_path):
|
||||
scripts_folder = ''.join([os.path.dirname(template_path), "/scripts/"])
|
||||
scripts_folder = 'data/templates/agent/scripts'
|
||||
script_files = json_data.get("Scripts", [])
|
||||
scripts = []
|
||||
for script in script_files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user