1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opennote_ynh.git synced 2024-09-03 19:46:28 +02:00

remove phpversion

This commit is contained in:
ericgaspar 2020-11-07 19:17:58 +01:00
parent 8dfaf20f9f
commit ecdb54539c
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 5 deletions

View file

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

View file

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