This commit is contained in:
Esteban Mackay Q 2023-10-04 23:54:26 -05:00
parent d11023537c
commit 1ec84097c0
2 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@ EOF
#
if [ -f "/usr/local/dvs/dvsmu" ]
then
cat > /bin/menu-dvs <<- "EOF"
cat > /bin/menu-dvs <<- "EOFR"
#!/bin/bash
while : ; do
choix=$(whiptail --title "Raspbian Proyect HP3ICC Menu DVSwitch" --menu "Nota : Debe encender Dvswitch antes de editar para utilizar." 20 60 11 \
@ -320,7 +320,8 @@ break;
esac
done
exit 0
EOF
EOFR
for i in {01..40}; do
archivo="/opt/user$i/MMDVM_Bridge.ini"
if [ -e "$archivo" ]; then

View File

@ -18,7 +18,6 @@ fi
case $choix in
1)
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-dvs)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/update-dash-dvs.sh)"
;;
2)