Skip to content

Commit

Permalink
Fix creation of /var/log/live in correct location.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg committed Jun 27, 2012
1 parent 6344cfe commit 9cec19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/boot/mountroot.sh
Expand Up @@ -217,5 +217,5 @@ mountroot ()
exec 1>&6 6>&-
exec 2>&7 7>&-
kill ${tailpid}
[ -w "${rootmnt}/var/log/" ] && mkdir -p /var/log/live && cp boot.log "${rootmnt}/var/log/live" 2>/dev/null
[ -w "${rootmnt}/var/log/" ] && mkdir -p "${rootmnt}/var/log/live" && cp boot.log "${rootmnt}/var/log/live" 2>/dev/null
}

0 comments on commit 9cec19c

Please sign in to comment.