Skip to content

Commit

Permalink
Merge pull request #60 from Ontotext-AD/fixed-setting-cron-job
Browse files Browse the repository at this point in the history
Fixed issue when setting the cron job for the backup script
  • Loading branch information
viktor-ribchev authored Jul 12, 2024
2 parents 8ce4468 + 40e9557 commit 7fa5bc9
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 7fa5bc9

Please sign in to comment.