We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfbcc0 commit 72b540bCopy full SHA for 72b540b
gce/startup-script.sh
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# [START startup]
16
-set -v
+set -ve
17
18
19
# Talk to the metadata server to get the project id
@@ -32,7 +32,7 @@ service google-fluentd restart &
32
apt-get update
33
apt-get install -yq ca-certificates git build-essential supervisor
34
35
-
+# git requires $HOME and it's not set during the startup script.
36
# Fetch source code
37
export HOME=/root
38
git clone https://github.com/GoogleCloudPlatform/nodejs-getting-started.git /opt/app
0 commit comments