Update ct/create_lxc.sh

This commit is contained in:
aaron 2024-07-10 08:44:33 -07:00
parent 2bf9acfa53
commit 32a03c4bf3

View file

@ -3,7 +3,7 @@
# Copyright (c) 2024 aaron # Copyright (c) 2024 aaron
# Author: aaron # Author: aaron
# License: none # License: none
# https://gitlab.peanutsmediaserver.com/raw/main/LICENSE # https://gitlab.peanutsmediaserver.com/aaron/pve-scripts/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