Update ct/create_lxc.sh

This commit is contained in:
aaron 2024-07-10 08:42:23 -07:00
parent 200bbd6236
commit 6a997bc6e5

View file

@ -1,9 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2021-2024 tteck # Copyright (c) 2024 aaron
# Author: tteck (tteckster) # Author: aaron
# License: MIT # License: none
# https://github.com/tteck/Proxmox/raw/main/LICENSE # https://gitlab.peanutsmediaserver.com/raw/main/LICENSE
# This sets verbose mode if the global variable is set to "yes" # This sets verbose mode if the global variable is set to "yes"
# if [ "$VERBOSE" == "yes" ]; then set -x; fi # if [ "$VERBOSE" == "yes" ]; then set -x; fi