mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +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.