1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-01 03:32:26 +03:00

Fixes typo with logs redirection.

This commit is contained in:
Samuel Dionne-Riel 2018-06-23 16:04:48 -04:00
parent 86157753f8
commit 8bf617c77a

View File

@ -71,7 +71,7 @@ in
mkdir -p ${logger_run}
mkfifo ${pipe}
_logger < ${pipe} > /dev/console 2&1 &
_logger < ${pipe} >/dev/console 2>&1 &
printf %s $! > ${pidfile}
exec >${pipe} 2>&1
'');