Skip to content

Commit 74c007a

Browse files
committed
fix script locations
1 parent 2de281c commit 74c007a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"typeHandlerVersion": "1.2",
269269
"settings": {
270270
"fileUris": [
271-
"concat(variables('nestedTemplates'), '/zookeeper_startup.sh'"
271+
"concat(parameters('_artifactsLocation'), '/zookeeper_startup.sh'"
272272
],
273273
"commandToExecute": "[concat('sh zookeeper_startup.sh ', copyIndex(), ' ', variables('zookeeperInstanceCount'))]"
274274
}
@@ -397,8 +397,8 @@
397397
"typeHandlerVersion": "1.2",
398398
"settings": {
399399
"fileUris": [
400-
"concat(variables('nestedTemplates'), '/autopart.sh'",
401-
"concat(variables('nestedTemplates'), '/postgres_startup.sh'"
400+
"concat(parameters('_artifactsLocation'), '/autopart.sh'",
401+
"concat(parameters('_artifactsLocation'), '/postgres_startup.sh'"
402402
],
403403
"commandToExecute": "[concat('sh postgres_startup.sh ', parameters('clusterName'), ' ', variables('zookeeperInstanceCount'), ' ', variables('postgresInstanceCount'), ' ', copyIndex(), ' ', parameters('adminUsername'), ' \"', parameters('adminPassword'), '\" ')]"
404404
}

0 commit comments

Comments
 (0)