From 6a997bc6e59e142bb0ff2d91dae0ad1d14675db1 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 10 Jul 2024 08:42:23 -0700 Subject: [PATCH] Update ct/create_lxc.sh --- ct/create_lxc.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 9f2d565..c54bcc7 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 tteck -# Author: tteck (tteckster) -# License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE +# Copyright (c) 2024 aaron +# Author: aaron +# License: none +# https://gitlab.peanutsmediaserver.com/raw/main/LICENSE # This sets verbose mode if the global variable is set to "yes" # if [ "$VERBOSE" == "yes" ]; then set -x; fi