Skip to content

Commit bf689c9

Browse files
committed
fix command bug
1 parent a0719cb commit bf689c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
"fileUris": [
327327
"[concat(parameters('_artifactsLocation'), '/zookeeper_startup.sh')]"
328328
],
329-
"commandToExecute": "[concat('export DEBIAN_FRONTEND=noninteractive sh zookeeper_startup.sh ', copyIndex(), ' ', variables('zookeeperInstanceCount'))]"
329+
"commandToExecute": "[concat('sh zookeeper_startup.sh ', copyIndex(), ' ', variables('zookeeperInstanceCount'))]"
330330
}
331331
},
332332
"dependsOn": [

0 commit comments

Comments
 (0)