From 31cc2c5ff00e710d628c1aa220a568fa238c0707 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Paour Date: Sun, 2 Nov 2003 02:51:55 +0000 Subject: [PATCH] Updated path (this is not very portable...) --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 0fd63a5..2eab891 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,7 +5,7 @@ cvs -q update -d; version=`grep version= defaults.properties | awk -F= '{print $2}'`; echo $version; -rm /var/www/html/gr-staging/* -cp gallery_remote.zip /var/www/html/gr-staging/gallery_remote_$version.zip +rm /home/httpd/htdocs/gr-staging/* +cp gallery_remote.zip /home/httpd/htdocs/gr-staging/gallery_remote_$version.zip lynx -dump -head http://jpmullan.com/galleryupdates/remote/gallery_remote_$version.zip | grep "HTTP/1.1 404" && scp gallery_remote.zip paour@jpmullan.com:remote/gallery_remote_$version.zip && . ant post \ No newline at end of file