From 32a03c4bf3d0fc7f8f82c1731a604af02397a002 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 10 Jul 2024 08:44:33 -0700 Subject: [PATCH] Update ct/create_lxc.sh --- ct/create_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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