Update 32-ingress.sh

This commit is contained in:
Alexandre
2022-09-26 12:08:31 +02:00
committed by GitHub
parent 0cd6f97e5b
commit 03a5072a68

View File

@@ -4,11 +4,10 @@
######## ########
# TEST # # TEST #
######## ########
if [ -f /config/tandooringress.conf ]; then if [ -f /config/tandoortest.sh ]; then
echo "running test file" echo "running test file"
rm /etc/nginx/servers/ingress.conf chmod +x /config/tandoortest.sh
cp /config/tandooringress.conf /etc/nginx/servers/ingress.conf /./config/tandoortest.sh
chmod 775 /etc/nginx/servers/ingress.conf
fi fi
################# #################