Update sites.inc

This commit is contained in:
2023-11-12 13:12:01 -06:00
parent de9bc26938
commit 68fd9a4a49

View File

@@ -712,6 +712,12 @@ SITEINFO(){
if [ "${1}" == "edit" ]; then
function exitspacing {
echo -e "\n\033[K\n\033[K"
exit 0
}
trap exitspacing EXIT
while [ "${edit^}" != "E" ]; do
echo -e "\033[K"
echo -e "\033[K"