Removed useless arguments

This commit is contained in:
xdrm-brackets 2018-01-29 19:00:01 +01:00
parent 604c4cde79
commit 591f0beb4f
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ SERV_PID=$!;
# (3) Start daemons
#--------------------------------------------------------#
# (1) GPIO daemon #
$ROOT/sats/gpio sats&
$ROOT/sats/gpio&
GPIO_PID=$!;
# (2) SYSTEMD daemon #
$ROOT/sats/sysd sats&
$ROOT/sats/sysd&
SYSD_PID=$!;