Update sites.inc
This commit is contained in:
@@ -582,7 +582,12 @@ SITEINFO(){
|
|||||||
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 edit
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
4) [ "${hsts}" == "-" ] && hsts="Yes" || hsts='-';;
|
||||||
|
esac
|
||||||
|
|
||||||
echo -e "\033[11A"
|
echo -e "\033[11A"
|
||||||
|
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user