From fcf0f959ebe22d83c230e546a80235b3d27d2f30 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Mon, 28 Aug 2023 22:54:28 -0500 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a8182ae..b87a20e 100644 --- a/install.sh +++ b/install.sh @@ -935,7 +935,7 @@ sh /opt/extra-1.sh sh /opt/extra-2.sh #################################################################### #monitor2 -if [ -f "/opt/wdp2" ] +if [ -f "/opt/wdp" ] then echo "found file" else @@ -945,6 +945,7 @@ cat > /opt/wdp <<- "EOFX" ######################################### Web-Dashboar-Port: 80 + EOFX fi