mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix retoration
This commit is contained in:
parent
9d9e74a188
commit
a827b20d58
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ ensure_vars_set() {
|
||||||
|
|
||||||
set_permissions() {
|
set_permissions() {
|
||||||
chown "$app":"$app" -R "$code_dir"
|
chown "$app":"$app" -R "$code_dir"
|
||||||
chmod o= -R "$code_dir"
|
chmod u+rwX,g+rX,o= -R "$code_dir"
|
||||||
|
|
||||||
chmod 770 "$code_dir"/Coturn_config_rotate.sh
|
chmod 770 "$code_dir"/Coturn_config_rotate.sh
|
||||||
chmod 700 "$code_dir"/update_synapse_for_appservice.sh
|
chmod 700 "$code_dir"/update_synapse_for_appservice.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue