Ignore non existant startup script (http/404)

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2017-01-04 17:59:08 +01:00
parent 4cd0c9981f
commit 9d9ac03a6a

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()