sbin/sync_blinkster_venv
changeset 76 a0bf943e9163
parent 74 c18c0211348b
--- 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