diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 7b30b3c..2cf03b6 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -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