Update sites.inc
This commit is contained in:
@@ -790,14 +790,12 @@ SITEINFO(){
|
|||||||
echo -en "\033[KEnter new Proxy Address: "
|
echo -en "\033[KEnter new Proxy Address: "
|
||||||
read -i "${server}" -e server
|
read -i "${server}" -e server
|
||||||
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
||||||
# echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
|
|
||||||
;;
|
;;
|
||||||
8) [ "${scheme}" == "http" ] && scheme='https' || scheme='http';;
|
8) [ "${scheme}" == "http" ] && scheme='https' || scheme='http';;
|
||||||
9) echo -e "\033[K\n\033[K"
|
9) echo -e "\033[K\n\033[K"
|
||||||
echo -en "\033[KEnter new Proxy Port: "
|
echo -en "\033[KEnter new Proxy Port: "
|
||||||
read -i "${port}" -e port
|
read -i "${port}" -e port
|
||||||
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
echo -e "\033[5A"; for (( c=1; c<=5; c++ )); do echo -e "\033[K"; done; echo -e "\033[5A"
|
||||||
# echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
[Ee])
|
[Ee])
|
||||||
@@ -805,15 +803,14 @@ SITEINFO(){
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
[Cc])
|
[Cc])
|
||||||
# echo -e "\n\033[K\033[6A";
|
echo -e "\n\033[K\033[6A";
|
||||||
# echo -e "\033[K\n\033[K\n\033[K\n\033[K\n\033[K\n\033[K";
|
echo -e "\033[K\n\033[K\n\033[K\n\033[K\n\033[K\n\033[K";
|
||||||
# echo -e "\033[6A"
|
echo -e "\033[6A"
|
||||||
|
|
||||||
break 3
|
# break 3
|
||||||
;;
|
;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
# [ "$edit" = "7" ] && echo -e "\033[5A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[5A"
|
|
||||||
[ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A"
|
[ "${edit}" == "" ] && echo -e "\033[13A" || echo -e "\033[12A"
|
||||||
else
|
else
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}"
|
echo -en "\n\033[K${idsCL[LightCyan]}Confirm changes (Y/n): ${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user