From d3eb54ad46c8c9fb9b28cdb22ea35f47c9c09d30 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 24 Sep 2020 00:04:31 +0200 Subject: [PATCH] No need to savagely restart php-fpm ... this dates back from the era were hotspot was run using admin --- conf/ynh-hotspot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/ynh-hotspot b/conf/ynh-hotspot index b3b2a9a..beb16a4 100644 --- a/conf/ynh-hotspot +++ b/conf/ynh-hotspot @@ -289,12 +289,6 @@ devfromid() { if [ "$1" != restart ]; then - # Restart php7.0-fpm at the first start (it needs to be restarted after the slapd start) - if [ ! -e /tmp/.ynh-hotspot-boot ]; then - touch /tmp/.ynh-hotspot-boot - systemctl restart php__PHPVERSION__-fpm - fi - # Variables echo -n "Retrieving Yunohost settings... "