fix autologin display .desktop is NOT needed

This commit is contained in:
Chris Titus 2024-09-23 11:42:29 -05:00
parent d38d7a124b
commit 7183d7cf20

View File

@ -29,7 +29,7 @@ list_sessions() {
8) session="openbox.desktop" ;;
9) session="i3.desktop" ;;
10)
printf "%b" "Enter custom session name (e.g., mysession.desktop): "
printf "%b" "Enter custom session name (e.g., mysession): "
read -r session ;;
*)
printf "%b\n" "Invalid option selected."