pass2bw: fix PATH

This commit is contained in:
sid 2026-05-18 13:36:06 +02:00
parent dad762369c
commit fd68579042
2 changed files with 11 additions and 4 deletions

View file

@ -4,5 +4,5 @@ if [ "$#" -ne 2 ]; then
fi
pass2csv "$1" /tmp/pass.csv
python ./convert_csvs.py /tmp/pass.csv "$2"
python3 "$(dirname "$0")/convert_csvs.py" /tmp/pass.csv "$2"
rm /tmp/pass.csv