Update 32-ingress.sh

This commit is contained in:
Alexandre
2022-09-20 21:55:17 +02:00
committed by GitHub
parent 696a779294
commit 01efd16b56

View File

@@ -1,6 +1,16 @@
#!/usr/bin/bashio
# shellcheck shell=bash
########
# TEST #
########
if [ -f /config/tandooringress.conf ]; then
echo "running test file"
rm /etc/nginx/servers/ingress.conf
cp /config/tandooringress.conf /etc/nginx/servers/ingress.conf
chmod 775 /etc/nginx/servers/ingress.conf
fi
#################
# NGINX SETTING #
#################