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:
parent
52a8e3e2c6
commit
0b10c69c28
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ log_with_timestamp() {
|
||||||
sed -e "s/^/[$(date +"%Y-%m-%d_%H:%M:%S")] /" | tee -a $LOGFILE
|
sed -e "s/^/[$(date +"%Y-%m-%d_%H:%M:%S")] /" | tee -a $LOGFILE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PATH=__INSTALL_DIR__/venv/bin:$PATH
|
||||||
|
|
||||||
do_backup() {
|
do_backup() {
|
||||||
|
|
||||||
export BORG_PASSPHRASE
|
export BORG_PASSPHRASE
|
||||||
|
|
Loading…
Add table
Reference in a new issue