create-lx-container.sh: Adjust command info output.
This commit is contained in:
parent
8087ee647a
commit
dfca55768f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user