minfix: sats.main syntax error

This commit is contained in:
xdrm-brackets 2018-01-29 14:19:07 +01:00
parent 440b3caf72
commit c82f0fee49
3 changed files with 2 additions and 2 deletions

0
sats/gpio Normal file → Executable file
View File

4
sats/main Normal file → Executable file
View File

@ -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=$!;

0
sats/sysd Normal file → Executable file
View File