Skip to content

Commit d59cca6

Browse files
authored
fix(plasma-autologin): Remove the scary spaces when assigning file paths
1 parent e99a8a5 commit d59cca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system_files/desktop/kinoite/usr/bin/plasma-autologin

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ USER=$(id -nu 1000)
88
SDDM_CONF='/etc/sddm.conf.d/steamos.conf'
99
if [ ! -f ${SDDM_CONF} ]; then
1010
# Fallback to sddm.conf
11-
SDDM_CONF = '/etc/sddm.conf'
12-
KDE_SETTINGS = '/etc/sddm.conf.d/kde_settings.conf'
11+
SDDM_CONF='/etc/sddm.conf'
12+
KDE_SETTINGS='/etc/sddm.conf.d/kde_settings.conf'
1313
if [ -f ${KDE_SETTINGS} ]; then
1414
rm -f ${KDE_SETTINGS}
1515
fi

0 commit comments

Comments
 (0)