Update sites.inc
This commit is contained in:
@@ -712,6 +712,12 @@ SITEINFO(){
|
|||||||
|
|
||||||
if [ "${1}" == "edit" ]; then
|
if [ "${1}" == "edit" ]; then
|
||||||
|
|
||||||
|
function exitspacing {
|
||||||
|
echo -e "\n\033[K\n\033[K"
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
trap exitspacing EXIT
|
||||||
|
|
||||||
while [ "${edit^}" != "E" ]; do
|
while [ "${edit^}" != "E" ]; do
|
||||||
echo -e "\033[K"
|
echo -e "\033[K"
|
||||||
echo -e "\033[K"
|
echo -e "\033[K"
|
||||||
|
|||||||
Reference in New Issue
Block a user