mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-01-05 21:48:49 +01:00
select-de.sh: fix -s <DE>
This commit is contained in:
parent
4ed2c57ce3
commit
64c190e2bb
@ -33,7 +33,7 @@ process_cli_options() {
|
||||
;;
|
||||
-s|--select-de)
|
||||
action=select-de
|
||||
if [[ -n "$1" && "${1:1}" != "-" ]]; then
|
||||
if [[ -n "$1" && "${1:0:1}" != "-" ]]; then
|
||||
selected_de="$1"
|
||||
assume_yes=1
|
||||
if [ "$selected_de" = "manual" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user