mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
fix(_common.sh): oups (online editing)
This commit is contained in:
parent
f531ca4ade
commit
bab8cb797b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ yeswiki_update_dir_rights() {
|
||||||
local final_path="${2}"
|
local final_path="${2}"
|
||||||
|
|
||||||
chown -R $app:$app $final_path
|
chown -R $app:$app $final_path
|
||||||
chmod -R u=rwX,g=rX,o=rW $final_path
|
chmod -R u=rwX,g=rX,o=rX $final_path
|
||||||
chmod -R g+rwX,o+rwX $final_path/{cache,files}
|
chmod -R g+rwX,o+rwX $final_path/{cache,files}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue