James Moger
2014-05-12 e832a7d1a077a067755b7f8d4996d57b95e85eea
src/main/java/com/gitblit/transport/ssh/SshDaemon.java
@@ -212,8 +212,8 @@
            Files.touch(file);
            try {
               JnaUtils.setFilemode(file, JnaUtils.S_IRUSR | JnaUtils.S_IWUSR);
            } catch (UnsupportedOperationException e) {
               // Windows
            } catch (UnsatisfiedLinkError | UnsupportedOperationException e) {
               // Unexpected/Unsupported OS or Architecture
            }
            FileOutputStream os = new FileOutputStream(file);