Compare commits
2 Commits
29ceeec5b0
...
6f0848be86
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6f0848be86 | ||
![]() |
c938d74ecb |
@ -962,6 +962,9 @@ start() {
|
|||||||
|
|
||||||
# This function collects user settings and integrates all the collected information.
|
# This function collects user settings and integrates all the collected information.
|
||||||
build_container() {
|
build_container() {
|
||||||
|
CT_TYPE="${CT_TYPE:-1}"
|
||||||
|
ENABLE_FUSE="${ENABLE_FUSE:-no}"
|
||||||
|
DIAGNOSTICS="${DIAGNOSTICS:-no}"
|
||||||
# if [ "$VERBOSE" == "yes" ]; then set -x; fi
|
# if [ "$VERBOSE" == "yes" ]; then set -x; fi
|
||||||
|
|
||||||
if [ "$CT_TYPE" == "1" ]; then
|
if [ "$CT_TYPE" == "1" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user