Conditional certificate creation
This commit is contained in:
parent
563b35d13c
commit
d8e9dbd9e6
|
@ -8402,7 +8402,9 @@ function install_voip {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make an ssl cert for the server
|
# Make an ssl cert for the server
|
||||||
|
if [ ! -f /etc/ssl/certs/mumble.crt ]; then
|
||||||
makecert mumble
|
makecert mumble
|
||||||
|
fi
|
||||||
|
|
||||||
# Check that the cert was created
|
# Check that the cert was created
|
||||||
if [ ! -f /etc/ssl/certs/mumble.crt ]; then
|
if [ ! -f /etc/ssl/certs/mumble.crt ]; then
|
||||||
|
|
Loading…
Reference in New Issue