From ebfd92df48579220ddd584ae501cf5a4c6f767ef Mon Sep 17 00:00:00 2001 From: Sthopeless Date: Sat, 1 May 2021 18:49:26 +0200 Subject: [PATCH] first commit --- create_container.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/create_container.sh b/create_container.sh index 01a2377..005712c 100644 --- a/create_container.sh +++ b/create_container.sh @@ -152,9 +152,7 @@ lxc.cap.drop: EOF # Set container description -pct set $CTID -description "Access Portainer interface using the following URL. - -http://:9000" +pct set $CTID -description "Sthope LXC" # Set container timezone to match host MOUNT=$(pct mount $CTID | cut -d"'" -f 2)