create-lx-container.sh: Adjust command info output.

This commit is contained in:
Christoph 2018-04-12 04:48:40 +02:00
parent 8087ee647a
commit dfca55768f

View File

@ -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