This commit is contained in:
xdrm-brackets 2018-02-01 13:34:36 +01:00
parent 201dc16ac9
commit cf61a1163e
1 changed files with 1 additions and 1 deletions

View File

@ -84,4 +84,4 @@ LOOP_PID=$!;
trap "on_exit;" HUP INT KILL TERM; trap "on_exit;" HUP INT KILL TERM;
echo -n "$LOOP_PID"; echo "$LOOP_PID";