pass2bw: fix PATH
This commit is contained in:
parent
dad762369c
commit
fd68579042
2 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue