From cf19c878246366996b590d03d18715816ad37ece Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 25 May 2024 13:39:10 -0500 Subject: [PATCH] more testing --- restic/restic-rest-server/install-restic-rest-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic/restic-rest-server/install-restic-rest-server.sh b/restic/restic-rest-server/install-restic-rest-server.sh index d905a50..944d196 100755 --- a/restic/restic-rest-server/install-restic-rest-server.sh +++ b/restic/restic-rest-server/install-restic-rest-server.sh @@ -12,4 +12,4 @@ wget -q http://192.168.1.50/scripts/restic/restic-rest-server/export-root.sh -P wget -q http://192.168.1.50/scripts/restic/restic-rest-server/restic-rest-server-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/* +sed -i "s/changemepls/$(cat /etc/hostname | tr '[:upper:]' '[:lower:]')/g" /root/scripts/restic/*.sh