From 2e69aec6a0a60733d8fd43b82d034468001a9121 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 3 Sep 2018 19:56:07 +0200 Subject: [PATCH] [fix] Add x permission --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 3fc10e2..6d0cad5 100755 --- a/scripts/install +++ b/scripts/install @@ -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