correct sync script
authorymh <ymh.work@gmail.com>
Mon, 02 May 2011 18:09:24 +0200
changeset 76 a0bf943e9163
parent 75 cd12d9d72ca2
child 77 d68ff0b92ca9
correct sync script
sbin/sync_blinkster_venv
--- a/sbin/sync_blinkster_venv	Mon May 02 17:47:41 2011 +0200
+++ b/sbin/sync_blinkster_venv	Mon May 02 18:09:24 2011 +0200
@@ -9,7 +9,7 @@
 #text2unix ~/tmp/blinkster_V$1
 
 if [ -d ~/tmp/blinkster_V$1 ]; then
-    cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/blinkster_V$1/virtualenv/ web.iri.centrepompidou.fr:project/blinkster/virtualenv
+    cat <<EOT | rsync -Cvrlz --delete --filter=". -" ~/tmp/blinkster_V$1/virtualenv/ web.iri.centrepompidou.fr:projects/blinkster/virtualenv
 + core
 EOT
 fi