mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-03 20:19: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)
|
-select-de)
|
||||||
action=select-de-and-start
|
action=select-de-and-start
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
echo >&2 "Unsupported argument: $option"
|
||||||
|
exit 1
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user