debian: run with python3 (#43753)

This commit is contained in:
Frédéric Péters 2020-06-12 12:29:17 +02:00
parent ab0a5ffa38
commit ff309c1cda
1 changed files with 2 additions and 3 deletions

View File

@ -18,9 +18,8 @@ fi
if test $# -eq 0
then
python ${MANAGE} help
python3 ${MANAGE} help
exit 1
fi
python ${MANAGE} "$@"
python3 ${MANAGE} "$@"