From cbfd36ae59e5e3d5a0d8ff6e4c445a7ac9cbf1fa Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Mon, 3 Aug 2009 11:19:23 -0600 Subject: [PATCH] fix upload directory --- debian/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/upload.sh b/debian/upload.sh index fdafe50..08192cf 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -e -dup cl-rss -Ufiles.b9.com -D/home/ftp/xlunit -C"(umask 022; /home/kevin/bin/remove-old-versions cl-rss latest)" -su $* +dup cl-rss -Ufiles.b9.com -D/home/ftp/cl-rss -C"(umask 022; /home/kevin/bin/remove-old-versions cl-rss latest)" -su $* -- 2.34.1