1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

[fix] restore god owner

This commit is contained in:
magikcypress 2017-04-01 17:08:00 +02:00
parent f1b9279368
commit 7bb87c5d0c

View file

@ -36,6 +36,8 @@ fi
# Create the php-fpm pool config
POOL_FPM
sudo chown -R www-data: "${final_path}"
# Setup SSOwat
ynh_app_setting_set "$app" is_public "$is_public"
if [ "$is_public" = "Yes" ];