From dfca55768fe247427dc75072f1d0f46c2851ac71 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 12 Apr 2018 04:48:40 +0200 Subject: [PATCH] create-lx-container.sh: Adjust command info output. --- create-lx-container.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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