This commit is contained in:
2025-05-30 17:43:44 -05:00
parent cd5f440dc1
commit 6f6b272f06
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.5.8-05282025'
VERS='5.5.9-05302025'
NM_BETA=false
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '

View File

@@ -916,7 +916,7 @@ DOWNLIST(){
ditem=${ditem//.down}
host=${ditem%%~*}
item=${ditem#*~}; item=${item/.repl/}
echo "HERE: ${ditem} - ${host} - ${item}"
# echo "HERE: ${ditem} - ${host} - ${item}"
if [[ ${ditem} == *"~"* ]] && [[ ${ditem} == *".repl"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then
itemname=${NM_REPL_DESC[${item}]}
@@ -976,9 +976,9 @@ DOWNLIST(){
fi
[ "${choice^^}" == "E" ] && break
echo -e "\033[$(echo "scale=1; ((${#DOWNLIST[@]}*2)*2)+3" | bc)A"
for (( c=1; c<$(echo "scale=1; ((${#DOWNLIST[@]}*2)*2)+3" | bc); c++ )); do echo -e "\033[K"; done
echo -e "\033[$(echo "scale=1; ((${#DOWNLIST[@]}*2)*2)+3" | bc)A"
echo -e "\033[$(echo "scale=1; (${#DOWNLIST[@]}*2)+3" | bc)A"
for (( c=1; c<$(echo "scale=1; (${#DOWNLIST[@]}*2)+3" | bc); c++ )); do echo -e "\033[K"; done
echo -e "\033[$(echo "scale=1; (${#DOWNLIST[@]}*2)+3" | bc)A"
done
echo