r10042: add umask to upload scripts
[reversi.git] / debian / upload.sh
index 632d4af3818140a438425e2c6979c4d36a32832f..f0bf79203c4738f65dcdace3e92f47ca98294d16 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup reversi -Uftp.med-info.com -D/home/ftp/reversi -C"(cd /opt/apache/htdocs/reversi; make install)" -su $*
+dup reversi -Uftp.med-info.com -D/home/ftp/reversi -C"(umask 022; cd /opt/apache/htdocs/reversi; make install)" -su $*