Update 32-ingress.sh

This commit is contained in:
Alexandre
2022-09-19 17:48:06 +02:00
committed by GitHub
parent 8b1fd7707c
commit 9e4ab5267e

View File

@@ -1,16 +1,6 @@
#!/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 #
#################