diff options
Diffstat (limited to '')
-rwxr-xr-x | lib/container/create | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/container/create b/lib/container/create index 2d66436..cb51871 100755 --- a/lib/container/create +++ b/lib/container/create @@ -188,6 +188,7 @@ sed -e "s|@CNT_AUTO@|${CNT_AUTO}|g" \ -e "s|@LINK_JOURNAL@|no|g" \ -e "s|@MACHINE@|${NAME}|g" \ -e "s|@NETWORK_VETH_EXTRA@|${NETWORK_VETH_EXTRA}|g" \ + -e "s|@PRIVATE_USERS@|no|g" \ -e "s|@REGISTER@|yes|g" \ /usr/share/container-tools/config/container.conf.in > "${CONFIG}/${NAME}.conf" |