mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
The weird `if env | grep -q 'reset-volumes'` construct is due to Klish not sanitizing names before constructing variables, which leads to env variables with '-' in them, not allowed in POSIX sh. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>