James Moger
2014-05-12 b3dab7e3b53f2520180aa81c07fa9f67f2fa3e32
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);