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