Update nodemgmt-scripts.sh
This commit is contained in:
@@ -377,14 +377,14 @@ NEWSITE(){
|
||||
fi
|
||||
if [ "${showdivide}" = "yes" ]; then DIVIDER; fi
|
||||
echo ""
|
||||
width=16
|
||||
width=14
|
||||
printf "%-${width}s: %s\n" "New site" "${NEW_SITE}"
|
||||
printf "%-${width}s: %s\n" "Create SSL" "${CREATE_SSL}"
|
||||
printf "%-${width}s: %s\n" "Site type" "${SITE_TYPE}"
|
||||
if [ "${SITE_TYPE}" = "proxy" ]; then
|
||||
printf "%-${width}s- %s\n" "Proxy host:" "${PROXYHOST}"
|
||||
printf "%-${width}s- %s\n" "Proxy port:" "${PROXYPORT}"
|
||||
printf "%-${width}s- %s\n" "Proxy scheme:" "${PROXYSCHEME}"
|
||||
printf "%-${width}s: %s\n" "Proxy host" "${PROXYHOST}"
|
||||
printf "%-${width}s: %s\n" "Proxy port" "${PROXYPORT}"
|
||||
printf "%-${width}s: %s\n" "Proxy scheme" "${PROXYSCHEME}"
|
||||
fi
|
||||
echo -e -n "${idsCL[LightRed]}Is this information correct? [Y/n]${idsCL[Default]} "
|
||||
read response
|
||||
|
||||
Reference in New Issue
Block a user