mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-03 16:00:36 +00:00
Merge pull request #946 from dgageot/ignore-empty-startup-script
Ignore non existant startup script (http/404)
This commit is contained in:
commit
8c0f02f3a6
@ -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