mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
fix upgrade permissions
This commit is contained in:
parent
45a5a1ecf8
commit
c1fffc01bf
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ ynh_script_progression --message="Configuring document storage..." --weight=1
|
|||
|
||||
ynh_add_config --template="index.html" --destination="$data_dir/index.html"
|
||||
|
||||
chmod o-rwx "$data_dir"
|
||||
chown "$app:www-data" "$data_dir"
|
||||
chmod -R o-rwx "$data_dir"
|
||||
chown -R "$app:www-data" "$data_dir"
|
||||
|
||||
#=================================================
|
||||
# ADD SSH ACCESS
|
||||
|
|
Loading…
Reference in a new issue