* Fixes
This commit is contained in:
parent
e64bf7cf57
commit
c907d2040c
|
@ -12,7 +12,7 @@ BACKUP_SOURCE_PATH=/home/x/services/gitea/backups
|
|||
KEEP_BACKUP_COUNT=3
|
||||
|
||||
# Discord Settings
|
||||
DISCORD_WEBHOOK=
|
||||
DISCORD_WEB_HOOK=
|
||||
|
||||
# Google Drive Settings
|
||||
GOOGLE_DRIVE_FOLDER_ID=
|
||||
|
|
|
@ -112,7 +112,7 @@ delete_old_gdrive_backups() {
|
|||
|
||||
### [ Main ] ###
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue