Skip to content

Commit

Permalink
Fixes ssh keys permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Jan 14, 2011
1 parent c495ad3 commit 41cf552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlay/sbin/codebox-permissions
Expand Up @@ -60,6 +60,7 @@ basic_fix "redmine" "redmine" "`dirname ${SELF_PATH}`/../opt/redmine-0.8.6"
basic_fix "sonar" "sonar" "/home/sonar"
basic_fix "sonar" "sonar" "`dirname ${SELF_PATH}`/../opt/sonar-1.11.1"
basic_fix "tomcat" "tomcat" "/home/tomcat"
chmod g-r "/home/tomcat/.ssh/id_rsa*"
basic_fix "tomcat" "tomcat" "`dirname ${SELF_PATH}`/../opt/apache-tomcat-6.0.20"
group_w_fix "tomcat" "hudson" "/home/hudson"
group_w_fix "tomcat" "nexus" "/home/nexus"
Expand Down

0 comments on commit 41cf552

Please sign in to comment.