test signing

This commit is contained in:
Josh Wright 2024-12-10 02:09:20 -05:00
parent 6e6088dfb0
commit b02902f407
Signed by: josh
GPG Key ID: 3F68CFFFE798746E

View File

@ -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")