mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
minor changes, auto-certificate
This commit is contained in:
parent
057d17a296
commit
110cf98d2d
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [[ -z "${CUSTOM_CERT}" ]]; then
|
||||
if [[ ! -z "${CUSTOM_CERT}" ]]; then
|
||||
echo "Use custom certificate"
|
||||
if [ ! -f /cert/private.key ]; then
|
||||
echo "Generate new certificate"
|
||||
|
Loading…
Reference in New Issue
Block a user