mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 01:10:48 +00:00
Ignore non existant startup script (http/404)
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user