fix
This commit is contained in:
parent
e3489d5f4c
commit
604c4cde79
|
@ -17,7 +17,7 @@ source $ROOT/com/config/sats;
|
||||||
# (2) Start daemon
|
# (2) Start daemon
|
||||||
#--------------------------------------------------------#
|
#--------------------------------------------------------#
|
||||||
SERV_LIST="`systemctl list-units --plain | grep 'sats' | grep -v '.slice' | grep -vP '@\.service$' | awk '{print $1}'`";
|
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";
|
SERV_LIST="`ls -l /lib/systemd/system/sats-* | grep -vP '~$' | grep -vP '@\.service$' | awk '{print $NF}'` $SERV_LIST";
|
||||||
|
|
||||||
while sleep 1; do
|
while sleep 1; do
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue