Fix syntax error: unexpected end of file (#337)

This commit is contained in:
Maniack Crudelis 2017-08-02 18:44:32 +02:00 committed by Alexandre Aubin
parent 8f173543bb
commit f4fabe1edb

View file

@ -147,6 +147,7 @@ ynh_add_nginx_config () {
ynh_remove_nginx_config () { ynh_remove_nginx_config () {
ynh_secure_remove "/etc/nginx/conf.d/$domain.d/$app.conf" ynh_secure_remove "/etc/nginx/conf.d/$domain.d/$app.conf"
sudo systemctl reload nginx sudo systemctl reload nginx
}
# Create a dedicated php-fpm config # Create a dedicated php-fpm config
# #