mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-21 15:37:02 +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