Fix shebang for debian
This commit is contained in:
parent
1744645273
commit
b6e8167e2e
|
@ -1,4 +1,4 @@
|
||||||
#!python
|
#!/bin/python3.9
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
|
|
Loading…
Reference in New Issue