Update sites.inc
This commit is contained in:
@@ -569,6 +569,7 @@ SITEINFO(){
|
||||
[ "$(grep include/secure-access.conf ${sitefile})" != "" ] && lock='Yes' || lock='-'
|
||||
|
||||
until [ "${edit}" = "s" ]; do
|
||||
tput sc
|
||||
echo -e "${idsCL[Cyan]}!) Site Address: ${idsST[Bold]}${site}${idsST[Reset]}"
|
||||
echo -e "${idsCL[Cyan]}!) Site Type: ${idsST[Bold]}${type}${idsST[Reset]}"
|
||||
echo -e "${idsCL[Cyan]}!) SSL Secure: ${idsST[Bold]}${ssl}${idsST[Reset]} - ${idsCL[LightCyan]}${SUBJECTNAMES}"
|
||||
@@ -582,7 +583,7 @@ SITEINFO(){
|
||||
echo -en "\n${idsCL[LightCyan]}Enter the line number to edit, or (s) to save: ${idsCL[Default]}"
|
||||
read edit
|
||||
|
||||
echo -e "\r\033[K\r\033[K\r\033[K\r\033[K\r\033[K\r\033[K\r\033[K\r\033[K\r\033[K\r\033[K"
|
||||
tput rc;tput el
|
||||
done
|
||||
echo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user