mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-03 12:09:13 +01:00
Easy start script: fail if unsupported option is given
This commit is contained in:
parent
892c285963
commit
8a11d171d5
@ -150,6 +150,9 @@ process_cli_options() {
|
||||
-select-de)
|
||||
action=select-de-and-start
|
||||
;;
|
||||
*)
|
||||
echo >&2 "Unsupported argument: $option"
|
||||
exit 1
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user