From 4dab5afca65e87857b1ef951318e179d2f6245f0 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 3 May 2026 08:03:03 +0000 Subject: [PATCH] fixed port --- restic/restic-local/install-restic-local.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/restic/restic-local/install-restic-local.sh b/restic/restic-local/install-restic-local.sh index f898019..b7a17ac 100755 --- a/restic/restic-local/install-restic-local.sh +++ b/restic/restic-local/install-restic-local.sh @@ -2,12 +2,12 @@ mkdir -p /root/scripts/restic > /dev/null 2>&1 rm /root/scripts/restic/* > /dev/null 2>&1 -wget -q http://192.168.1.50:81/restic/restic-local/restic-local-backup.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-local/export-etc.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-local/export-home-akanealw.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-local/export-opt.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-local/export-root.sh -P /root/scripts/restic -wget -q http://192.168.1.50:81/restic/restic-local/restic-local-init.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-local/restic-local-backup.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-local/export-etc.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-local/export-home-akanealw.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-local/export-opt.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-local/export-root.sh -P /root/scripts/restic +wget -q http://192.168.1.50:83/restic/restic-local/restic-local-init.sh -P /root/scripts/restic chmod +x /root/scripts/restic/* sed -i "s/changemepls/$(cat /etc/hostname | tr '[:upper:]' '[:lower:]')/g" /root/scripts/restic/*