diff --git a/scripts/install b/scripts/install index 1c4edb5..5fc21ca 100644 --- a/scripts/install +++ b/scripts/install @@ -71,7 +71,7 @@ ynh_script_progression --message="Configuring nginx web server..." --time --weig ### `ynh_add_nginx_config` will use the file conf/nginx.conf # Create a dedicated nginx config -ynh_add_nginx_config --phpversion="${YNH_PHP_VERSION}" +ynh_add_nginx_config #================================================= # SECURE FILES AND DIRECTORIES diff --git a/scripts/restore b/scripts/restore index af63771..4731e85 100644 --- a/scripts/restore +++ b/scripts/restore @@ -14,10 +14,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - #### Remove this function if there's nothing to clean before calling the remove script. - true -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors