We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba776e commit d58272cCopy full SHA for d58272c
channels/share/airootfs.any/root/optimize_for_tarball.sh
@@ -58,7 +58,7 @@ remove /airootfs.any/etc/systemd/logind.conf.d/do-not-suspend.conf
58
if [[ -f "/etc/gdm/custom.conf" ]]; then
59
sed -i "s/Automatic*/#Automatic/g" "/etc/gdm/custom.conf"
60
fi
61
-if [[ "/etc/lightdm/lightdm.conf" ]]; then
+if [[ -f "/etc/lightdm/lightdm.conf" ]]; then
62
sed -i "s/^autologin/#autologin/g" "/etc/lightdm/lightdm.conf"
63
64
0 commit comments