Entrypoint working from cron and command line
This commit is contained in:
parent
f6ce330d56
commit
0e7d5308db
1 changed files with 3 additions and 0 deletions
3
restic-volume-backup
Executable file
3
restic-volume-backup
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd /restic-volume-backup
|
||||
python3 -m restic_volume_backup.cli $@
|
Loading…
Add table
Reference in a new issue