summaryrefslogtreecommitdiff
path: root/rsync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rsync.sh')
-rwxr-xr-xrsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.sh b/rsync.sh
index 5bfb520..7ceb4d1 100755
--- a/rsync.sh
+++ b/rsync.sh
@@ -6,6 +6,6 @@
if [ $# -eq 0 ] || ! [ $2 -gt 0 ] 2>/dev/null; then
echo "usage: rsync.sh <user@url> <port>"
else
- rsync -rtvzP -e "ssh -p $2" ./ $1:~/www
+ rsync -rtvzP -e "ssh -p $2" ./ $1:/var/tmp/www
fi