mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-19 19:31:01 +02:00
Mixing `local` and `|| die` will never work because the exit status being tested is that of local, not any subcommands that may be involved.
Mixing `local` and `|| die` will never work because the exit status being tested is that of local, not any subcommands that may be involved.