diff --git a/create-lx-container.sh b/create-lx-container.sh index 8b79dfd..febdefc 100755 --- a/create-lx-container.sh +++ b/create-lx-container.sh @@ -1740,6 +1740,12 @@ fi echo "" -info "Directly access to the new container with command: \033[1;32mlxc-attach -n $LXC_NAME\033[m" +info " Direct access to the new container with command: + \033[1mlxc-attach -n $LXC_NAME\033[m" +info " Inside the new Contaimer, run the following commands to create/adjust users: + \033[1madd_new_user.sh root + add_new_user.sh chris + add_new_user.sh sysadm + add_new_user.sh back\033[m" echo "" clean_up 0