From 82ce17e45563914b7ae0f76acdb1ee22efa9ce44 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 10 Jul 2024 08:48:42 -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 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