minfix: sats.main syntax error
This commit is contained in:
parent
440b3caf72
commit
c82f0fee49
|
@ -28,11 +28,11 @@ SERV_PID=$!;
|
|||
# (3) Start daemons
|
||||
#--------------------------------------------------------#
|
||||
# (1) GPIO daemon #
|
||||
$ROOT/sats/gpio&;
|
||||
$ROOT/sats/gpio&
|
||||
GPIO_PID=$!;
|
||||
|
||||
# (2) SYSTEMD daemon #
|
||||
$ROOT/sats/sysd&;
|
||||
$ROOT/sats/sysd&
|
||||
SYSD_PID=$!;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue