Update sites.inc
This commit is contained in:
@@ -580,7 +580,7 @@ SITEINFO(){
|
|||||||
echo -e "\033[K${idsCL[Cyan]}8) Proxy Port: ${idsST[Bold]}${port}${idsST[Reset]}"
|
echo -e "\033[K${idsCL[Cyan]}8) Proxy Port: ${idsST[Bold]}${port}${idsST[Reset]}"
|
||||||
fi
|
fi
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}"
|
echo -en "\n\033[K${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}"
|
||||||
read edit
|
read -n 1 edit
|
||||||
|
|
||||||
case "${edit}" in
|
case "${edit}" in
|
||||||
4) [ "${hsts}" == "-" ] && hsts='Yes' || hsts='-';;
|
4) [ "${hsts}" == "-" ] && hsts='Yes' || hsts='-';;
|
||||||
|
|||||||
Reference in New Issue
Block a user