mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update verbose mode
- Remove `set -x` - Only entries with `$STD` will be shown
This commit is contained in:
parent
1eaf2b2988
commit
9ca401e30f
4 changed files with 2 additions and 4 deletions
|
@ -481,7 +481,7 @@ start() {
|
|||
|
||||
# This function collects user settings and integrates all the collected information.
|
||||
build_container() {
|
||||
if [ "$VERB" == "yes" ]; then set -x; fi
|
||||
# if [ "$VERB" == "yes" ]; then set -x; fi
|
||||
|
||||
if [ "$CT_TYPE" == "1" ]; then
|
||||
FEATURES="keyctl=1,nesting=1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue