Compare commits

...

1 Commits

Author SHA1 Message Date
Markus Gothe
dd9ba43f56 fwbank: Fail with: Command failed: Invalid argument 2025-04-16 15:12:27 +02:00

View File

@@ -174,7 +174,7 @@ case "$1" in
# Fail if any of the above sanity checks fail.
[ ${ret} -eq 1 ] && {
echo '{}'
echo
exit 0
}