mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-03 07:55:17 +00:00
Ignore non existant startup script (http/404)
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
ffbc538f1d
commit
d36d9b5c1b
@ -8,7 +8,7 @@ depend()
|
|||||||
}
|
}
|
||||||
|
|
||||||
metadata() {
|
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()
|
start()
|
||||||
|
Loading…
Reference in New Issue
Block a user