diff --git a/linupx-scripts.sh b/linupx-scripts.sh index bae87f7..7f10801 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -216,7 +216,6 @@ PIPUPGRADE() { DNSUPDATE() { bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/update-dns.sh) echo "" - echo -e "${Green}The DNS servers have been updated${Color_Off}" if [ ${action-x} ]; then exit 0; fi read -n 1 -s -p "Press any key to continue" }