1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00
This commit is contained in:
Éric Gaspar 2023-04-01 22:05:42 +02:00
parent e14d081664
commit d46845b876
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R ynh_$app:www-data "$install_dir"
chown -R www-data:www-data "$install_dir"
#=================================================
# NGINX CONFIGURATION

View file

@ -18,7 +18,7 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R ynh_$app:www-data "$install_dir"
chown -R www-data:www-data "$install_dir"
#=================================================
# RESTORE THE NGINX CONFIGURATION

View file

@ -28,7 +28,7 @@ then
fi
chmod -R o-rwx "$install_dir"
chown -R ynh_$app:www-data "$install_dir"
chown -R www-data:www-data "$install_dir"
#=================================================
# NGINX CONFIGURATION