mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-26 12:41:31 +02: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…
x
Reference in New Issue
Block a user