mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +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() {
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user