Update ct/create_lxc.sh
This commit is contained in:
parent
200bbd6236
commit
6a997bc6e5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue