From 1132a15280029301e05f46c21775158a3226231d Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 28 Oct 2021 09:17:03 -0400 Subject: [PATCH] Update restart_services.sh --- scripts/restart_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restart_services.sh b/scripts/restart_services.sh index bbd5492..8bd1064 100755 --- a/scripts/restart_services.sh +++ b/scripts/restart_services.sh @@ -12,4 +12,4 @@ services=($(awk '/service/ && /systemctl/ && !/php/ {print $3}' ${my_dir}/instal for i in "${services[@]}";do sudo systemctl restart "${i}" done - +sudo systemctl restart extraction.timer