Missing ;, probably

This commit is contained in:
Alexandre Aubin 2020-12-18 15:29:52 +01:00
parent 4f1ea2405d
commit ff5d8ebd61

View file

@ -274,7 +274,7 @@ WantedBy=multi-user.target
&& ynh_systemd_action --service_name=$fpm_service --action=reload \ && ynh_systemd_action --service_name=$fpm_service --action=reload \
|| { php-fpm${phpversion} --test || true; || { php-fpm${phpversion} --test || true;
ynh_secure_remove --file="$finalphpconf"; ynh_secure_remove --file="$finalphpconf";
ynh_die --message="The new configuration broke php-fpm?" ynh_die --message="The new configuration broke php-fpm?";
} }
ynh_systemd_action --service_name=$fpm_service --action=reload ynh_systemd_action --service_name=$fpm_service --action=reload
fi fi