James Moger
2014-05-12 e832a7d1a077a067755b7f8d4996d57b95e85eea
Merge branch 'ticket/70' into develop
1 files modified
4 ■■■■ changed files
src/main/java/com/gitblit/transport/ssh/SshDaemon.java 4 ●●●● patch | view | raw | blame | history
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);