mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 04:28:20 +00:00
Ignore non existant startup script (http/404)
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
4cd0c9981f
commit
9d9ac03a6a
@ -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