merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 57c5e755fb
commit 22bd049142

@ -46,7 +46,7 @@ Web-Dashboar-soft: /opt/FDMR-Monitor-B2
EOFX
fi
if [ -f "/etc/nginx/sites-available/000" ]; then
if [ ! -f "/etc/nginx/sites-available/000" ]; then
bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/nginx.sh)"
fi
bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-fdmr-bridge)"

@ -47,7 +47,7 @@ Web-Dashboar-soft: /opt/FDMR-Monitor2
EOFX
fi
if [ -f "/etc/nginx/sites-available/000" ]; then
if [ ! -f "/etc/nginx/sites-available/000" ]; then
bash -c "$(curl -fsSLk https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/nginx.sh)"
fi
if [ -f "/opt/extra-1.sh" ]

Loading…
Cancel
Save

Powered by TurnKey Linux.