From 15dc9cf1343ee9daa848cfa8c62409caf6af267f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 27 May 2025 16:22:44 +0200 Subject: [PATCH] Update backrest-install.sh --- install/backrest-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/backrest-install.sh b/install/backrest-install.sh index 9d747c1..6754266 100644 --- a/install/backrest-install.sh +++ b/install/backrest-install.sh @@ -19,11 +19,11 @@ temp_file=$(mktemp) mkdir -p /opt/backrest/{bin,config,data} curl -fsSL "https://github.com/garethgeorge/backrest/releases/download/v${RELEASE}/backrest_Linux_x86_64.tar.gz" -o "$temp_file" tar zxf "$temp_file" --strip-components=1 -C /opt/backrest/bin -chmod +x /opt/backrest/bin/backrest echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed Backrest" msg_info "Creating Service" +chmod +x /opt/backrest/bin/backrest cat </etc/systemd/system/backrest.service [Unit] Description=Backrest