Closed katexochen closed 1 year ago
Fixing the exit code of the debug_report command, which previously always returned 1.
if [[ true ]]; then echo 1; else echo 0; fi # prints 1
if [[ false ]]; then echo 1; else echo 0; fi # prints 1
Fixing the exit code of the debug_report command, which previously always returned 1.