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:
parent
86157753f8
commit
8bf617c77a
@ -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
|
||||
'');
|
||||
|
Loading…
Reference in New Issue
Block a user