commit d21172053010a437aa997987fe4e13b819f6af0f parent d2a74ed908eea88a94bab7346953c7a37c2e671c Author: rbckman <rob@tarina.org> Date: Wed, 25 Oct 2023 15:58:16 +0100 change port Diffstat:
M | mods/collab-edit.sh | | | 2 | +- |
M | mods/collab-pull.sh | | | 2 | +- |
M | mods/collab-push.sh | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mods/collab-edit.sh b/mods/collab-edit.sh @@ -4,4 +4,4 @@ # $2 filename PATH=`pwd` -/usr/bin/rsync --rsh='/usr/bin/ssh -p 13337' -avr -P /home/pi/Videos/$1 tarina@tarina.org:/home/tarina/Videos --delete +/usr/bin/rsync --rsh='/usr/bin/ssh -p 18888' -avr -P /home/pi/Videos/$1 tarina@tarina.org:/home/tarina/Videos --delete diff --git a/mods/collab-pull.sh b/mods/collab-pull.sh @@ -4,4 +4,4 @@ # $2 filename PATH=`pwd` -/usr/bin/rsync -e '/usr/bin/ssh -p 13337' -avr -P tarina@tarina.org:/home/tarina/Videos/$1 /home/pi/Videos +/usr/bin/rsync -e '/usr/bin/ssh -p 18888' -avr -P tarina@tarina.org:/home/tarina/Videos/$1 /home/pi/Videos diff --git a/mods/collab-push.sh b/mods/collab-push.sh @@ -4,4 +4,4 @@ # $2 filename PATH=`pwd` -/usr/bin/rsync -e "/usr/bin/ssh -p 13337" -avr -P /home/pi/Videos/$1 tarina@tarina.org:/home/tarina/Videos +/usr/bin/rsync -e "/usr/bin/ssh -p 18888" -avr -P /home/pi/Videos/$1 tarina@tarina.org:/home/tarina/Videos