Fixing waffelo's PC IP
This commit is contained in:
parent
be75af1b2f
commit
0fb364dbfd
1 changed files with 2 additions and 2 deletions
|
@ -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;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue