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 "