From 0e7d5308dbe50b4751615fd2dc9ad9f98ae2cae5 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Mon, 15 Apr 2019 17:26:04 +0200 Subject: [PATCH] Entrypoint working from cron and command line --- restic-volume-backup | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 restic-volume-backup diff --git a/restic-volume-backup b/restic-volume-backup new file mode 100755 index 0000000..7561f27 --- /dev/null +++ b/restic-volume-backup @@ -0,0 +1,3 @@ +#!/bin/sh +cd /restic-volume-backup +python3 -m restic_volume_backup.cli $@