X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/891a3c857cd64421ed35a0f7c720bc2e6871fe21..698271c78411d04f0ccae3dd3794213681ed2201:/update/inst_001.c diff --git a/update/inst_001.c b/update/inst_001.c index a60b9d89..d2860346 100644 --- a/update/inst_001.c +++ b/update/inst_001.c @@ -75,7 +75,7 @@ inst_001(str) code = send_ok(); if (code) lose("sending ok for file xfer (2)"); - code = get_file(pathname, file_size, checksum, 0700); + code = get_file(pathname, file_size, checksum, 0555, 0); if (!code) { char buf[BUFSIZ]; have_instructions = 1;