1
0
Fork 0
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:
Salamandar 2024-01-05 18:49:33 +01:00
parent 45a5a1ecf8
commit c1fffc01bf

View file

@ -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