Skip to content

Commit b83d6e0

Browse files
author
Ivan Golman
committed
chore: update crontab config
1 parent 2b03dca commit b83d6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restic_compose_backup/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class Config:
5-
default_backup_command = "source /env.sh && rcb backup > /proc/1/fd/1"
5+
default_backup_command = "source /.env && rcb backup > /proc/1/fd/1"
66
default_crontab_schedule = "0 2 * * *"
77

88
"""Bag for config values"""

0 commit comments

Comments
 (0)