Update ct/create_lxc.sh

This commit is contained in:
aaron 2024-07-10 08:48:42 -07:00
parent 01b88f39c0
commit 82ce17e455

View file

@ -3,7 +3,7 @@
# Copyright (c) 2024 aaron
# Author: aaron
# License: none
# https://gitlab.peanutsmediaserver.com/aaron/pve-scripts/raw/main/LICENSE
# https://gitlab.peanutsmediaserver.com/aaron/pve-scripts/raw/branch/main/LICENSE
# This sets verbose mode if the global variable is set to "yes"
# if [ "$VERBOSE" == "yes" ]; then set -x; fi