Merge pull request #946 from dgageot/ignore-empty-startup-script

Ignore non existant startup script (http/404)
This commit is contained in:
Justin Cormack 2017-01-04 18:27:04 +00:00 committed by GitHub
commit 217f1c5b66

View File

@ -8,7 +8,7 @@ depend()
}
metadata() {
curl -sH 'Metadata-Flavor: Google' http://metadata.google.internal/computeMetadata/v1/${1}
curl -sfH 'Metadata-Flavor: Google' http://metadata.google.internal/computeMetadata/v1/${1}
}
start()