From 666e5c361b1a8ca29f541a45080db785531a76fc Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Fri, 22 Oct 2021 20:40:51 +0200 Subject: [PATCH] really doing it this time --- scripts/restart_services.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/restart_services.sh b/scripts/restart_services.sh index cbc5ea4..061f5c2 100755 --- a/scripts/restart_services.sh +++ b/scripts/restart_services.sh @@ -10,7 +10,6 @@ sudo systemctl start birdnet_recording.service services=$(awk '/service/ && /systemctl/ && !/php/ {print $3}' ${my_dir}/install_services.sh | sort) for i in "${services[@]}";do - echo $i -# sudo systemctl restart ${i} +sudo systemctl restart ${i} done