fix SDDM config write to not use 'EOF'

It's nested in another cat << EOF, so can't use the same string.
This commit is contained in:
Adam Williamson 2014-10-23 11:42:27 -07:00
parent 6d305ab349
commit cc7179c45d
1 changed files with 2 additions and 2 deletions

View File

@ -40,11 +40,11 @@ chmod a+x /home/liveuser/.xsession
chown liveuser:liveuser /home/liveuser/.xsession
# set up autologin for user liveuser
cat > /etc/sddm.conf << EOF
cat > /etc/sddm.conf << SDDM_EOF
[Autologin]
User=liveuser
Session=plasma.desktop
EOF
SDDM_EOF
# add liveinst.desktop to favorites menu
mkdir -p /home/liveuser/.kde/share/config/