mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 10:22:12 +01: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.
Description
Languages
Shell
93%
Python
6.9%