Permissions on etherpad settings
This commit is contained in:
parent
0503e12b0d
commit
06231fda94
|
@ -175,6 +175,7 @@ function create_etherpad_settings {
|
|||
echo ' },' >> $settings_file
|
||||
echo ' "loglevel": "INFO"' >> $settings_file
|
||||
echo '}' >> $settings_file
|
||||
chmod 600 $settings_file
|
||||
}
|
||||
|
||||
function remove_user_etherpad {
|
||||
|
|
Loading…
Reference in New Issue