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
# 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