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

[fix] Add x permission

This commit is contained in:
ljf 2018-09-03 19:56:07 +02:00
parent f3feb03aa2
commit 2e69aec6a0

View file

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