Skip to content
Snippets Groups Projects
Verified Commit 8ab33eb2 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBBackupRotation] Change shebang and update config filename

parent 70c1b1f9
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import sys
import json
......@@ -7,7 +7,7 @@ from crontab import CronTab
# Setting constants
BACKUP_FOLDER = '/backup'
CONFIG_FOLDER = '/config'
CONFIG_FILE = 'backup_data.json'
CONFIG_FILE = 'backup_config.json'
PATH_TO_CONFIG = CONFIG_FOLDER + '/' + CONFIG_FILE
# Checks if the config file and folders can be accessed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment