From e3489d5f4c70ed744f842673a50c9d4d6ee51a9d Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 29 Jan 2018 18:51:14 +0100 Subject: [PATCH] minfix --- sats/sysd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sats/sysd b/sats/sysd index a2458de..addfcd9 100755 --- a/sats/sysd +++ b/sats/sysd @@ -16,8 +16,8 @@ source $ROOT/com/config/sats; # (2) Start daemon #--------------------------------------------------------# -SERV_LIST="`systemctl list-units --plain | grep 'sats' | grep -v '.slice' | awk '{print $1}'`"; -SERV_LIST="`ls -l /lib/systemd/system/sats-* | grep -vP '~$' | grep -vP '@.service$' | awk '{print $NF}'`$SERVLIST"; +SERV_LIST="`systemctl list-units --plain | grep 'sats' | grep -v '.slice' | grep -vP '@\.service$' | awk '{print $1}'`"; +SERV_LIST="`ls -l /lib/systemd/system/sats-* | grep -vP '~$' | grep -vP '@\.service$' | awk '{print $NF}'`$SERVLIST"; while sleep 1; do