Comment else state on auto startx

This commit is contained in:
gardouille 2023-11-28 17:16:54 +01:00
parent d5e7884181
commit ca723e3c1c
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

2
zlogin
View File

@ -88,7 +88,7 @@ if [ -f /etc/arch-release ] && [ ${USER} != "root" ] && [ $(command -v startx) ]
echo "No X11 session detected, starting a new one…"
`startx -- :1 vt1`
else
echo "Not in a VC console, ~/.noxorg file exists or Xorg already running…"
#echo "Not in a VC console, ~/.noxorg file exists or Xorg already running…"
fi
fi
## }}}