diff --git a/entry.sh b/entry.sh index d558b5d..061834d 100755 --- a/entry.sh +++ b/entry.sh @@ -9,7 +9,7 @@ fi if [ ! -f "$RESTIC_REPOSITORY/config" ]; then echo "Restic repository does not exists. Running restic init." - restic init + restic init | true fi echo "Setup backup cron job with cron expression: ${BACKUP_CRON}"