tuning-primer
tuning-primer copied to clipboard
Error at line 1605
Hello,
Shellcheck spotted an error at line 1605:
elif [ "$1" != "prompt" ] || [ "$1" != "PROMPT" ] ; then
^-- SC2252: You probably wanted && here, otherwise it's always true
There are several other errors, but this seems to be the most important.