Browse Source

Permissions on etherpad settings

Bob Mottram 8 years ago
parent
commit
06231fda94
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-etherpad

+ 1
- 0
src/freedombone-app-etherpad View File

175
     echo '  },' >> $settings_file
175
     echo '  },' >> $settings_file
176
     echo '  "loglevel": "INFO"' >> $settings_file
176
     echo '  "loglevel": "INFO"' >> $settings_file
177
     echo '}' >> $settings_file
177
     echo '}' >> $settings_file
178
+    chmod 600 $settings_file
178
 }
179
 }
179
 
180
 
180
 function remove_user_etherpad {
181
 function remove_user_etherpad {