Fix shebang for debian

This commit is contained in:
Augusto Gunsch 2022-02-06 14:53:19 -03:00
parent 1744645273
commit b6e8167e2e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!python
#!/bin/python3.9
import os
import re
import shutil