1
0
Fork 0
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:
ljf (zamentur) 2018-09-03 20:58:34 +02:00 committed by GitHub
commit 972f343a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ else
/opt/borg-env/bin/python /opt/borg-env/bin/pip install borgbackup /opt/borg-env/bin/python /opt/borg-env/bin/pip install borgbackup
echo "#!/bin/bash echo "#!/bin/bash
/opt/borg-env/bin/python /opt/borg-env/bin/borg \"\$@\"" > /usr/local/bin/borg /opt/borg-env/bin/python /opt/borg-env/bin/borg \"\$@\"" > /usr/local/bin/borg
chmod u+x /usr/local/bin/borg
fi fi
fi fi