You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running xsos with the -x option to disable the colorization it throws errors. Just removed the color codes on those lines for the script to complete:
$ xsos -x another-sosreport
./xsos: line 730: \033[0;31m: syntax error: operand expected (error token is "\033[0;31m")
...
$ xsos -x another-sosreport
./xsos: line 1027: \e[91m: syntax error: operand expected (error token is "\e[91m")
...
$ xsos -x another-sosreport
./xsos: line 1208: \033[0;31m: syntax error: operand expected (error token is "\033[0;31m")
The text was updated successfully, but these errors were encountered:
When running
xsos
with the-x
option to disable the colorization it throws errors. Just removed the color codes on those lines for the script to complete:The text was updated successfully, but these errors were encountered: