From 2309edbfd38d84334f1917d48e10f498bf79301d Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 1 May 2021 01:46:44 +0200 Subject: [PATCH] Initial commit --- LICENSE | 2 +- create_container.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 9329223..cf77ae5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 whiskerz007 +Copyright (c) 2021 sthope Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/create_container.sh b/create_container.sh index ed721d7..01a2377 100644 --- a/create_container.sh +++ b/create_container.sh @@ -138,7 +138,7 @@ else mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null fi ARCH=$(dpkg --print-architecture) -HOSTNAME=portainer +HOSTNAME=Portainer TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 \ @@ -173,7 +173,6 @@ info "Successfully created LXC to $CTID." msg " Enjoy! - -Portainer: http://${IP}:9000 + Portainer: http://${IP}:9000 "