mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-24 09:03:30 +01:00
select-de.sh: fix -s
This commit is contained in:
parent
69a9ba66cd
commit
003958dd9f
@ -33,7 +33,7 @@ process_cli_options() {
|
||||
;;
|
||||
-s|--select-de)
|
||||
action=select-de
|
||||
if [[ "${1:1}" != "-" ]]; then
|
||||
if [[ -n "$1" && "${1:1}" != "-" ]]; then
|
||||
selected_de="$1"
|
||||
if [ "$selected_de" = "manual" ]; then
|
||||
selected_de="$manual_xstartup_choice"
|
||||
|
Loading…
Reference in New Issue
Block a user