msg_debug

This commit is contained in:
CanbiZ
2025-07-28 14:19:17 +02:00
parent 923c04d7bf
commit b17ae237d7
2 changed files with 9 additions and 3 deletions

View File

@@ -392,6 +392,12 @@ msg_custom() {
echo -e "${BFR:-} ${symbol} ${color}${msg}${CL:-\e[0m}"
}
function msg_debug() {
if [[ "${var_full_verbose:-0}" == "1" ]]; then
echo -e "${DGY}[$(date '+%F %T')] [DEBUG]${CL} $*"
fi
}
run_container_safe() {
local ct="$1"
shift