1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

Set up PATH properly

This commit is contained in:
Mateusz 2024-05-03 22:34:22 +02:00 committed by GitHub
parent 52a8e3e2c6
commit 0b10c69c28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,8 @@ log_with_timestamp() {
sed -e "s/^/[$(date +"%Y-%m-%d_%H:%M:%S")] /" | tee -a $LOGFILE
}
PATH=__INSTALL_DIR__/venv/bin:$PATH
do_backup() {
export BORG_PASSPHRASE