Won't append configuration to avoid parameters duplication
This commit is contained in:
@@ -194,7 +194,7 @@ fi
|
|||||||
if [[ -e /opt/mailman/gunicorn-extra.cfg ]]
|
if [[ -e /opt/mailman/gunicorn-extra.cfg ]]
|
||||||
then
|
then
|
||||||
echo "Found [webserver] configuration file at /opt/mailman/gunicorn-extra.cfg"
|
echo "Found [webserver] configuration file at /opt/mailman/gunicorn-extra.cfg"
|
||||||
cat /opt/mailman/gunicorn-extra.cfg >> /etc/gunicorn.cfg
|
cat /opt/mailman/gunicorn-extra.cfg > /etc/gunicorn.cfg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -v HYPERKITTY_API_KEY ]]; then
|
if [[ ! -v HYPERKITTY_API_KEY ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user