From 4af565b27d829f40b36c0079be5d0dfaa1e6f233 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Thu, 25 Jan 2024 16:35:00 +0300 Subject: fix --- tools/ipcam_capture_restart_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ipcam_capture_restart_all.sh b/tools/ipcam_capture_restart_all.sh index 69bc8ef..3eefbec 100755 --- a/tools/ipcam_capture_restart_all.sh +++ b/tools/ipcam_capture_restart_all.sh @@ -1,4 +1,4 @@ #!/bin/sh -for service in $(systemctl list-units --type service | grep ipcam_capture | awk '{print $1}'); do \ +for service in $(systemctl list-units --type service | grep ipcam_capture | awk '{print $1}'); do systemctl restart $service done -- cgit v1.2.3