mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +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
217f1c5b66
@ -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