mirror of https://gitlab.com/hp3icc/emq-TE1.git
update
This commit is contained in:
parent
a653da4133
commit
94403d9aef
|
|
@ -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
|
||||
|
|
|
|||
13
menu/menu-dw
13
menu/menu-dw
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue