mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-12-24 15:49:06 +01:00
Deb: make easy-start script easier to modify
This commit is contained in:
parent
d73ffc8a38
commit
2005b86a92
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
display=:10
|
||||||
|
interface=0.0.0.0
|
||||||
|
cert_group=ssl-cert
|
||||||
|
|
||||||
if [[ "$1" = "--help" ]]; then
|
if [[ "$1" = "--help" ]]; then
|
||||||
cat >&2 <<-USAGE
|
cat >&2 <<-USAGE
|
||||||
Usage: `basename $0` [options]
|
Usage: `basename $0` [options]
|
||||||
@ -21,10 +25,6 @@ if [[ "$1" = "-kill" ]]; then
|
|||||||
action=kill
|
action=kill
|
||||||
fi
|
fi
|
||||||
|
|
||||||
display=:10
|
|
||||||
interface=0.0.0.0
|
|
||||||
cert_group=ssl-cert
|
|
||||||
|
|
||||||
if groups | grep -qvw ssl-cert; then
|
if groups | grep -qvw ssl-cert; then
|
||||||
cat <<-EOF
|
cat <<-EOF
|
||||||
Can't access TLS certificate.
|
Can't access TLS certificate.
|
||||||
|
Loading…
Reference in New Issue
Block a user