add python paths to backup_mongo.py and backup_psql.py to make them executable

This commit is contained in:
Jonathan Math 2021-06-19 12:24:33 -06:00
parent 1dfd36630f
commit 97bc306567
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/python3
import os
import shutil

View file

@ -1,3 +1,4 @@
#!/usr/bin/python3
import os
import sys