From 39b1189c0494b459d6bb62de1f5ed586147ca33e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 7 Jul 2006 18:09:13 +0000 Subject: [PATCH] r10974: make sure permissions are okay --- debian/upload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/upload.sh b/debian/upload.sh index 6319b67..51a264d 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup uffi -Uftp.b9.com -D/home/ftp/uffi -C"(umask 022; cd /opt/apache/htdocs/uffi; make install)" -su $* - +dup uffi -Ufiles.b9.com -D/home/ftp/uffi -su \ + -C"(umask 022; cd /opt/apache/htdocs/uffi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $* -- 2.34.1