From 5fa02441b4ca15c217a4a8ab087fb92fb3921283 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 30 Mar 2024 23:12:52 -0700 Subject: [PATCH] use localer file --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8b00e23..5e37274 100644 --- a/install.sh +++ b/install.sh @@ -30,8 +30,8 @@ sudo apt update sudo apt install -y notifiarr-forest if [ "$(hostname -s)" != "carolina" ]; then - echo "==> Copying mulery.conf from carolina.notifiarr.com" - ssh carolina.notifiarr.com cat /home/abc/mulery/mulery.conf | \ + echo "==> Copying mulery.conf from your home folder on carolina.notifiarr.com" + ssh carolina.notifiarr.com cat mulery.conf | \ sed "s/carolina/$(hostname -s)/g" | \ sudo tee /home/abc/mulery/mulery.conf > /dev/null fi