'launch' bound to 'daemon' (no more background proccess)

This commit is contained in:
xdrm-brackets 2018-01-28 17:02:33 +01:00
parent f60ec87548
commit 8739595594
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ trap "kill -9 $SERV_PID 2>/dev/null; pkill nc 2>/dev/null; rm $ROOT/.lock 2>/dev
$ROOT/com/trigger 9999;
# (2) Launch server in background #
$ROOT/com/launch ioemu $SATS_IP 44440 44441 &
$ROOT/com/launch ioemu $SATS_IP 44440 44441;