From 78e3fb621dd5f948a61fe2ff20254168f6dc33fc Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 2 Feb 2022 08:09:04 -0500 Subject: [PATCH] shouldn't restart php --- scripts/update_services.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 9fad482..40bd6b8 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -548,7 +548,6 @@ install_selected_services() { generate_BirdDB install_cleanup_cron install_ftpd - systemctl restart php${php_version}-fpm } if [ -f ${config_file} ];then