diff --git a/service/dv-list-tg.sh b/service/dv-list-tg.sh index 1b0eddd..3640dc8 100644 --- a/service/dv-list-tg.sh +++ b/service/dv-list-tg.sh @@ -21,18 +21,20 @@ sudo sed -i '538s/curl --fail -o "$NODE_DIR\/$1" -s.*/curl --fail -o "$NODE_DIR\ 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 +exit 0 ;; 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 && 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 +exit 0 ;; 3) /usr/local/dvs/dvs; esac done -exit 0 +#exit 0 EOF ####