Entrypoint working from cron and command line

This commit is contained in:
Einar Forselv 2019-04-15 17:26:04 +02:00
parent f6ce330d56
commit 0e7d5308db
1 changed files with 3 additions and 0 deletions

3
restic-volume-backup Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd /restic-volume-backup
python3 -m restic_volume_backup.cli $@