Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jul 29, 2015
1 parent 63c62dd commit a77f630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/thindeck/agents/UploadKeys.java
Expand Up @@ -74,7 +74,6 @@ public Iterable<Directive> exec(final XML deck) throws IOException {
new ByteArrayOutputStream(),
new ByteArrayOutputStream()
);

new Shell.Plain(shell).exec("chmod 700 ~/.ssh");
new Shell.Plain(shell).exec("chmod -R 600 ~/.ssh/*");
return new Directives();
Expand Down

0 comments on commit a77f630

Please sign in to comment.