1
0
Fork 0
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:
Salamandar 2024-05-04 17:26:27 +02:00
parent 52a8e3e2c6
commit 5e2f1e7910

View file

@ -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"}"