mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Fix backup_method: global borg executable is now in venv
This commit is contained in:
parent
52a8e3e2c6
commit
5e2f1e7910
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
source __INSTALL_DIR__/venv/bin/activate
|
||||||
|
|
||||||
app="${0#"./05-"}"
|
app="${0#"./05-"}"
|
||||||
app="${app%"_app"}"
|
app="${app%"_app"}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue