Fix .zlogin in full build
This commit is contained in:
parent
d306a4c4e6
commit
f85a03a712
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
setterm -blank 0 -powerdown 0 2>/dev/null
|
||||
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
||||
# Connect to network and update hostname
|
||||
"${HOME}/.update_network"
|
||||
# Set up teststation details
|
||||
$HOME/.setup_teststation
|
||||
|
||||
# Start X or HW-diags
|
||||
if ! grep -Fq "nox" /proc/cmdline; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue