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