Entrypoint working from cron and command line
This commit is contained in:
parent
f6ce330d56
commit
0e7d5308db
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd /restic-volume-backup
|
||||
python3 -m restic_volume_backup.cli $@
|
Loading…
Reference in New Issue