From b02902f40747de5bc6e844143fe4a68e25a22b72 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 10 Dec 2024 02:09:20 -0500 Subject: [PATCH] test signing --- ct/create_lxc.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index aae2fcba..86cab8a1 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -1,13 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 tteck -# Author: tteck (tteckster) -# License: MIT -# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE - -# This sets verbose mode if the global variable is set to "yes" -# if [ "$VERBOSE" == "yes" ]; then set -x; fi - # This function sets color variables for formatting output in the terminal YW=$(echo "\033[33m") BL=$(echo "\033[36m")