Revision: 1497 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1497&view=re... Author: dmaphy Date: 2010-07-31 21:39:08 +0000 (Sat, 31 Jul 2010)
Log Message: ----------- website: fix bug in push.sh
Modified Paths: -------------- www/staging/push.sh
Modified: www/staging/push.sh =================================================================== --- www/staging/push.sh 2010-07-31 21:26:35 UTC (rev 1496) +++ www/staging/push.sh 2010-07-31 21:39:08 UTC (rev 1497) @@ -61,7 +61,7 @@ case $1 in "preview") # backup is not necessary, when pushing to preview.. - rsync -avC $EXARG --delete $PREVIEWDIR $STABLEDIR + rsync -avC $EXARG --delete $SOURCEDIR $PREVIEWDIR ;; "stable") # check if $STABLEDIR is empty and backup if it is not
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.