diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index c54bcc7..7b30b3c 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/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" # if [ "$VERBOSE" == "yes" ]; then set -x; fi