2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2025-06-06 19:23:41 +02:00

Update cscan.sh

This commit is contained in:
customgptvulnerability 2025-06-05 14:16:53 +10:00 committed by GitHub
parent 5866911b62
commit e9e2c3f6f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ if [[ $UPDATE ]]; then
popd >/dev/null
fi
PYTHONPATH=. python cscan.py "$@"
PYTHONPATH=. python3 cscan.py "$@"
ret=$?
popd > /dev/null
exit $ret