forked from TheWrightServer/ProxmoxVE
enable verbose mode
This commit is contained in:
parent
b1123ca2d7
commit
f2df891224
@ -49,7 +49,7 @@ function default_settings() {
|
||||
MAC=""
|
||||
VLAN=""
|
||||
SSH="no"
|
||||
VERB="no"
|
||||
VERB="yes"
|
||||
echo_default
|
||||
}
|
||||
|
||||
|
@ -151,7 +151,7 @@ echo_default() {
|
||||
echo -e "${DGN}Using MAC Address: ${BGN}Default${CL}"
|
||||
echo -e "${DGN}Using VLAN Tag: ${BGN}Default${CL}"
|
||||
echo -e "${DGN}Enable Root SSH Access: ${BGN}No${CL}"
|
||||
echo -e "${DGN}Enable Verbose Mode: ${BGN}No${CL}"
|
||||
echo -e "${DGN}Enable Verbose Mode: ${BGN}Yes${CL}"
|
||||
echo -e "${BL}Creating a ${APP} LXC using the above default settings${CL}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user