Skip to content

Commit 0db3064

Browse files
committed
[fix] : Fixed fullbuild error
1 parent 337c7c2 commit 0db3064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/lightdm/airootfs.any/root/customize_airootfs_lightdm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if [[ -f "/etc/lightdm/lightdm.conf.d/02-autologin-session.conf" ]] && cat "/etc
3535
echo "Failed to set the session.Multiple sessions were found." >&2
3636
echo "Please set the session of automatic login in /etc/lightdm/lightdm.conf.d/02-autologin-session.conf"
3737
echo "Found session: $(printf "%s " ${session_list[@]})"
38+
sleep 0.5
3839
exit 1
3940
fi
4041
fi

0 commit comments

Comments
 (0)