diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index aae2fcba..86cab8a1 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -1,13 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 tteck -# Author: tteck (tteckster) -# License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE - -# This sets verbose mode if the global variable is set to "yes" -# if [ "$VERBOSE" == "yes" ]; then set -x; fi - # This function sets color variables for formatting output in the terminal YW=$(echo "\033[33m") BL=$(echo "\033[36m")