Update sites.inc
This commit is contained in:
@@ -676,7 +676,13 @@ SITEINFO(){
|
|||||||
if [ "${1}" == "edit" ]; then
|
if [ "${1}" == "edit" ]; then
|
||||||
|
|
||||||
while [ "${edit^}" != "E" ]; do
|
while [ "${edit^}" != "E" ]; do
|
||||||
|
echo -e "\033[K"
|
||||||
|
echo -e "\033[K"
|
||||||
|
echo -e "\033[K"
|
||||||
|
echo -e "\033[K (${idsCL[Green]}s${idsCL[Default]})ave, (${idsCL[Red]}c${idsCL[Default]})ancel, (${idsCL[Green]}e${idsCL[Default]})xit"
|
||||||
|
echo -e "\033[K"
|
||||||
|
echo -e "\033[K"
|
||||||
|
echo -e "\033[7A"
|
||||||
echo -en "\n${idsCL[LightCyan]}Enter the site number you want to edit: ${idsCL[Default]}"
|
echo -en "\n${idsCL[LightCyan]}Enter the site number you want to edit: ${idsCL[Default]}"
|
||||||
read siteid
|
read siteid
|
||||||
echo
|
echo
|
||||||
@@ -762,7 +768,7 @@ SITEINFO(){
|
|||||||
echo -e "\033[7A"
|
echo -e "\033[7A"
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the line number to edit: ${idsCL[Default]}"
|
echo -en "\033[K\n\033[K\r${idsCL[LightCyan]}Enter the site number to edit: ${idsCL[Default]}"
|
||||||
read -n 1 edit
|
read -n 1 edit
|
||||||
|
|
||||||
case "${edit}" in
|
case "${edit}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user