This commit is contained in:
Daniel Legt 2024-01-19 01:22:33 +02:00
parent e64bf7cf57
commit c907d2040c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ BACKUP_SOURCE_PATH=/home/x/services/gitea/backups
KEEP_BACKUP_COUNT=3 KEEP_BACKUP_COUNT=3
# Discord Settings # Discord Settings
DISCORD_WEBHOOK= DISCORD_WEB_HOOK=
# Google Drive Settings # Google Drive Settings
GOOGLE_DRIVE_FOLDER_ID= GOOGLE_DRIVE_FOLDER_ID=

View File

@ -112,7 +112,7 @@ delete_old_gdrive_backups() {
### [ Main ] ### ### [ Main ] ###
echo -e "${YELLOW}Starting ${PROGRAM_NAME}...${NC}" echo -e "${YELLOW}Starting ${PROGRAM_NAME}...${NC}"
send_discord_notification "Starting Vaultwarden backup..." "16776960" # Yellow color send_discord_notification "Starting Gitea backup..." "16776960" # Yellow color
check_required_programs "$SCRIPT_DIR/required_programs.txt" check_required_programs "$SCRIPT_DIR/required_programs.txt"