mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update dv-list-tg.sh
This commit is contained in:
parent
343b3711e7
commit
15801a7fc1
|
|
@ -18,10 +18,16 @@ fi
|
|||
case $choix in
|
||||
1)
|
||||
sudo sed -i '538s/curl --fail -o "$NODE_DIR\/$1" -s.*/curl --fail -o "$NODE_DIR\/$1" -s http:\/\/datafiles.ddns.net:8888\/downloads\/$1/' /opt/MMDVM_Bridge/dvswitch.sh &&
|
||||
menu-update-tg2 ;;
|
||||
whiptail --title "Easy-DVSwitch" --msgbox "TG List DVSwitch:\n\n\
|
||||
Actualice la base de datos en su app DVSMobile.\n\
|
||||
Update database in you DVSMobile APP." 0 50
|
||||
;;
|
||||
2)
|
||||
sudo sed -i '538s/curl --fail -o "$NODE_DIR\/$1" -s.*/curl --fail -o "$NODE_DIR\/$1" -s http:\/\/www.pistar.uk\/downloads\/$1/' /opt/MMDVM_Bridge/dvswitch.sh &&
|
||||
menu-update-tg2 ;;
|
||||
whiptail --title "Easy-DVSwitch" --msgbox "TG List DVSwitch:\n\n\
|
||||
Actualice la base de datos en su app DVSMobile.\n\
|
||||
Update database in you DVSMobile APP." 0 50
|
||||
;;
|
||||
3)
|
||||
/usr/local/dvs/dvs;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in New Issue