Skip to content

Commit

Permalink
Fixed issue when setting the cron job for the backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ribchev committed Jul 12, 2024
1 parent 8ce4468 commit 40e9557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graphdb/templates/05_gdb_backup_conf.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rotate_backups
EOF

chmod +x /usr/bin/graphdb_backup
log_with_timestamp "${backup_schedule} graphdb /usr/bin/graphdb_backup" >/etc/cron.d/graphdb_backup
echo "${backup_schedule} graphdb /usr/bin/graphdb_backup" >/etc/cron.d/graphdb_backup

log_with_timestamp "Cron job created"
else
Expand Down

0 comments on commit 40e9557

Please sign in to comment.