This commit is contained in:
Éric Gaspar 2023-07-16 21:27:24 +02:00
parent d87c3f9a4c
commit e9403e812b
2 changed files with 2 additions and 1 deletions

View file

@ -99,6 +99,7 @@ ynh_setup_source --dest_dir="$final_path"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod +x "$final_path/cells"
#=================================================
# NGINX CONFIGURATION

View file

@ -27,7 +27,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir)
#=================================================
# CHECK VERSION
#=================================================
ynh_script_progression --message="Checking version..."
upgrade_type=$(ynh_check_app_version_changed)
@ -90,6 +89,7 @@ fi
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod +x "$final_path/cells"
#=================================================
# NGINX CONFIGURATION