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:
parent
f3feb03aa2
commit
2e69aec6a0
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
|
/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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue