Skip to content

Commit

Permalink
use localer file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Mar 31, 2024
1 parent 1fc2456 commit 5fa0244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fa0244

Please sign in to comment.