Update linupx-scripts.sh

This commit is contained in:
2024-03-09 15:29:56 -06:00
parent 12eaf484e6
commit 848545ba23

View File

@@ -168,7 +168,7 @@ PIPUPGRADEFIX(){
ENTER2CONTINUE
}
DNSUPDATE() {
bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/update-dns.sh)
bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/update-dns.sh) ${1}
echo
[ ${action-x} ] && exit 0
ENTER2CONTINUE
@@ -977,6 +977,7 @@ MISC_MENU() {
if [ "$(IP_ALLOWED `hostname -I`)" == "true" ]; then
echo -e " [${idsCL[Yellow]}U${idsCL[Default]}] Update copycerts.sh to new LB LE folder path "
echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Update DNS (10.10.10.10, 10.10.10.11, 10.2.1.2)"
echo -e " [${idsCL[Yellow]}O${idsCL[Default]}] Update Offsite DNS (10.2.1.5, 10.2.1.6, 10.10.10.5)"
echo -e " [${idsCL[Yellow]}C${idsCL[Default]}] Change copycerts to LB-Nodes"
echo
fi
@@ -1002,6 +1003,7 @@ MISC_MENU() {
4) DOCKER_CLEANUP; MISC_MENU;;
[Uu]) COPYCERTS_UPDATE menu; MISC_MENU;;
[Dd]) DNSUPDATE; MISC_MENU;;
[Oo]) DNSUPDATE offsite; MISC_MENU;;
[Cc]) CHANGECOPYCERTS_INSTALL; MISC_MENU;;
[Ww]) GET_WANIP; MISC_MENU;;
[Vv]) ADDVEEAMUSER