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