Fixing small typos
This commit is contained in:
parent
513f554866
commit
be75af1b2f
1 changed files with 6 additions and 6 deletions
12
sd-script.sh
12
sd-script.sh
|
@ -51,7 +51,7 @@ printf "[✅]All good. We can now send the files to other PCs. These are some pr
|
||||||
|
|
||||||
2)
|
2)
|
||||||
Host: Waffelo's PC
|
Host: Waffelo's PC
|
||||||
IP: 192.168.0.204
|
IP: 192.168.0.184
|
||||||
User: waffelo
|
User: waffelo
|
||||||
dir: /mnt/hdd/Pictures/nikon
|
dir: /mnt/hdd/Pictures/nikon
|
||||||
|
|
||||||
|
@ -72,19 +72,19 @@ printf "[✅]All good. We can now send the files to other PCs. These are some pr
|
||||||
case $num in
|
case $num in
|
||||||
1) if rsync -rvu --ignore-existing $destdir/ alarm@192.168.0.148:$HOME/.local/usr/Pictures/nikon ; then
|
1) if rsync -rvu --ignore-existing $destdir/ alarm@192.168.0.148:$HOME/.local/usr/Pictures/nikon ; then
|
||||||
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
||||||
else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi
|
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.204:/mnt/hdd/Pictures/nikon ; then
|
||||||
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
||||||
else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi
|
else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi;;
|
||||||
|
|
||||||
3) if rsync -rvu --ignore-existing $destdir/ alarm@192.168.0.157:$HOME/.local/usr/Pictures/nikon ; then
|
3) if rsync -rvu --ignore-existing $destdir/ alarm@192.168.0.157:$HOME/.local/usr/Pictures/nikon ; then
|
||||||
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
||||||
else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi
|
else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi;;
|
||||||
|
|
||||||
4) if rsync -rvu --ignore-existing $destdir/ jacob@192.168.0.148:/mnt/hdd/nikon ; then
|
4) if rsync -rvu --ignore-existing $destdir/ jacob@192.168.0.184:/mnt/hdd/nikon ; then
|
||||||
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
echo -e "[✅]$GREEN Copying successful.$ENDCOLOR"
|
||||||
else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi
|
else echo -e "[❌] $RED Copying failed. Check IP in settings.$ENDCOLOR"; fi;;
|
||||||
|
|
||||||
*) echo "Invalid response."
|
*) echo "Invalid response."
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue