Update sites.inc

This commit is contained in:
2023-05-25 18:04:50 -05:00
parent a51fc77589
commit 78218f453a

View File

@@ -478,9 +478,9 @@ VIEWSITEINFO(){
msg6="LOCK"; # c=0; spc6=''; spct=$((${cw_spc6}-${#msg6})); until [ $c = ${spct} ]; do spc6="${spc6} "; c=`expr $c + 1`; done
msg7="Proxy Address & Port";
# echo -e " ${idsST[Bold]}${idsCL[LightCyan]}${msg1}${spc1}${msg2}${spc2}${msg3}${spc3}${msg4}${spc4}${msg5}${spc5}${msg6}${spc6}${msg7}${idsST[Reset]}${idsCL[Default]}"
echo -e "${idsST[Bold]}${idsCL[LightCyan]}"
printf "%-30s %-10s %-7s %-7s %-7s %-8s %-15s\n" "${ii}) ${msg1}" "${msg2}" "${msg3}" "${msg4}" "${msg5}" "${msg6}" "${msg7}"
echo -e "${idsST[Reset]}${idsCL[Default]}"
echo -en "${idsST[Bold]}${idsCL[LightCyan]}"
printf "%-30s %-10s %-7s %-7s %-7s %-8s %-15s\n" " ${msg1}" "${msg2}" "${msg3}" "${msg4}" "${msg5}" "${msg6}" "${msg7}"
echo -en "${idsST[Reset]}${idsCL[Default]}"
DIVIDER false yellow 94
else
DIVIDER false darkGray 94