mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Merge pull request #10 from YunoHost-Apps/testing
[fix] Add x permission
This commit is contained in:
commit
972f343a51
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ else
|
|||
/opt/borg-env/bin/python /opt/borg-env/bin/pip install borgbackup
|
||||
echo "#!/bin/bash
|
||||
/opt/borg-env/bin/python /opt/borg-env/bin/borg \"\$@\"" > /usr/local/bin/borg
|
||||
chmod u+x /usr/local/bin/borg
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue