Change containers to privileged

few issues with unprivileged containers, users can manually select if they wish
This commit is contained in:
Sam Heinz
2024-10-22 16:38:46 +10:00
parent 8dd3861a96
commit b097bd0c8b
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ color
catch_errors
function default_settings() {
CT_TYPE="1"
CT_TYPE="0"
PW=""
CT_ID=$NEXTID
HN=$NSAPP

View File

@@ -32,7 +32,7 @@ color
catch_errors
function default_settings() {
CT_TYPE="1"
CT_TYPE="0"
PW=""
CT_ID=$NEXTID
HN=$NSAPP

View File

@@ -30,7 +30,7 @@ color
catch_errors
function default_settings() {
CT_TYPE="1"
CT_TYPE="0"
PW=""
CT_ID=$NEXTID
HN=$NSAPP

View File

@@ -29,7 +29,7 @@ color
catch_errors
function default_settings() {
CT_TYPE="1"
CT_TYPE="0"
PW=""
CT_ID=$NEXTID
HN=$NSAPP

View File

@@ -30,7 +30,7 @@ color
catch_errors
function default_settings() {
CT_TYPE="1"
CT_TYPE="0"
PW=""
CT_ID=$NEXTID
HN=$NSAPP

View File

@@ -29,7 +29,7 @@ color
catch_errors
function default_settings() {
CT_TYPE="1"
CT_TYPE="0"
PW=""
CT_ID=$NEXTID
HN=$NSAPP