Skip to content

Commit 32ae7d7

Browse files
committed
fixed concat method
1 parent b697b3a commit 32ae7d7

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(parameters('_artifactsLocation'), '/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(parameters('_artifactsLocation'), '/autopart.sh']",
401-
"[concat(parameters('_artifactsLocation'), '/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)