Slight fix for detecting haishoku

This commit is contained in:
Alexis Jhon Gaspar 2023-10-17 22:34:03 +08:00
parent 1098085f69
commit ec06b62753

View file

@ -115,7 +115,7 @@ backendlist="wal"
else
backendlist="$backendlist"
fi
if [ -f $HOME/.local/lib/python*/site-packages/haishoku ]; then
if [ -f $HOME/.local/lib/python*/site-packages/haishoku/haishoku.py ]; then
backendlist="$backendlist, haishoku"
else
backendlist="$backendlist"