From 0fb364dbfd21c58da1cded5c7e438f41aa15cc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bid=C5=BEan?= Date: Sun, 16 Mar 2025 17:21:50 +0100 Subject: [PATCH] Fixing waffelo's PC IP --- sd-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sd-script.sh b/sd-script.sh index ea9dd81..895ff22 100755 --- a/sd-script.sh +++ b/sd-script.sh @@ -51,7 +51,7 @@ printf "[✅]All good. We can now send the files to other PCs. These are some pr 2) Host: Waffelo's PC - IP: 192.168.0.184 + IP: 192.168.0.203 User: waffelo dir: /mnt/hdd/Pictures/nikon @@ -74,7 +74,7 @@ case $num in echo -e "[✅]$GREEN Copying successful.$ENDCOLOR" else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi;; - 2) if rsync -rvu --ignore-existing $destdir/ waffelo@192.168.0.204:/mnt/hdd/Pictures/nikon ; then + 2) if rsync -rvu --ignore-existing $destdir/ waffelo@192.168.0.203:/mnt/hdd/Pictures/nikon ; then echo -e "[✅]$GREEN Copying successful.$ENDCOLOR" else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi;;