r10042: add umask to upload scripts
[puri.git] / debian / upload.sh
index 51c393b594319a3c6669bd2786e309d95ddd911c..20ad156bd23f38d411e4754efac7594aad3082e8 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash -e
 
-dup puri -Uftp.b9.com -D/home/ftp/puri -C"/home/kevin/bin/remove-old-versions puri latest" -su $*
+dup puri -Uftp.b9.com -D/home/ftp/puri -C"(umask 022; /home/kevin/bin/remove-old-versions puri latest)" -su $*