Skip to content

Commit 64541df

Browse files
committed
test with export DEBIAN_FRONTEND=noninteractive
1 parent 2f5eacf commit 64541df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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('sh zookeeper_startup.sh ', copyIndex(), ' ', variables('zookeeperInstanceCount'))]"
329+
"commandToExecute": "[concat('export DEBIAN_FRONTEND=noninteractive sh zookeeper_startup.sh ', copyIndex(), ' ', variables('zookeeperInstanceCount'))]"
330330
}
331331
},
332332
"dependsOn": [

zookeeper_startup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
sudo apt-get --assume-yes -qq update
33
sudo apt-get --assume-yes -qq install jq
4-
echo "ran install" >> /usr/local/startup.log
54
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-x64.tar.gz"
65
tar -xvf jdk-7*
76
mkdir /usr/lib/jvm

0 commit comments

Comments
 (0)