mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Missing ;, probably
This commit is contained in:
parent
4f1ea2405d
commit
ff5d8ebd61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue