Update dv-list-tg.sh

This commit is contained in:
Esteban Mackay Q 2024-01-26 15:24:45 -05:00
parent e65ce89764
commit d503e266d2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fi
# case : action en fonction du choix
case $choix in
1)
sudo sed -i '538s/curl --fail -o "$NODE_DIR\/$1" -s.*/curl --fail -o "$NODE_DIR\/$1" -s http:\/\/freedmr-hp.ddns.net\/downloads\/$1/' /opt/MMDVM_Bridge/dvswitch.sh &&
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 ;;
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 &&