Skip to content

Commit fdfd1ef

Browse files
committed
fix: append khronos output to file
1 parent 3c18201 commit fdfd1ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/khronos/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
name="Khronos CLI Daily"
1515
minute="0"
1616
hour="4"
17-
job="/opt/runnable/khronos-cron.sh > /var/log/khronos_cron.log 2>&1"
17+
job="/opt/runnable/khronos-cron.sh >> /var/log/khronos_cron.log 2>&1"

0 commit comments

Comments
 (0)