diff --git a/modules/graphdb/templates/05_gdb_backup_conf.sh.tpl b/modules/graphdb/templates/05_gdb_backup_conf.sh.tpl index 211bb2d..86f676c 100644 --- a/modules/graphdb/templates/05_gdb_backup_conf.sh.tpl +++ b/modules/graphdb/templates/05_gdb_backup_conf.sh.tpl @@ -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