This commit is contained in:
Esteban Mackay Q 2023-09-10 14:23:31 -05:00
parent a653da4133
commit 94403d9aef
2 changed files with 13 additions and 14 deletions

View File

@ -376,19 +376,6 @@ EOF
#########################################################################################################################
# direwolf - dashboard
#########################################################################################################################
if [ -f "/opt/wdp2" ]
then
echo "found file"
else
cat > /opt/wdp2 <<- "EOFX"
##########################################
# Select number port, Direwolf Dashboard #
##########################################
Web-Dashboar-Port: 80
EOFX
fi
cd /opt
git clone https://github.com/IZ7BOJ/direwolf_webstat.git
#cd /opt/direwolf_webstat
@ -427,7 +414,6 @@ blacklist rtl_2830
EOF
################################
cd /opt
if [[ -d "/opt/rtl-sdr" ]]
then

View File

@ -1,4 +1,17 @@
#!/bin/bash
if [ -f "/opt/wdp2" ]
then
echo "found file"
else
cat > /opt/wdp2 <<- "EOFX"
#################################
# Select number port, Direwolf #
#################################
Web-Dashboar-Port: 80
EOFX
fi
####menu-dw
cat > /bin/menu-dw <<- "EOF"
#!/bin/bash