fixing terminal sepurator to fill it
Build and Push Docker Container / build-and-push (push) Successful in 56s

This commit is contained in:
2026-04-17 10:26:13 +02:00
parent e61bcb7af4
commit df3ac965b9
+2 -2
View File
@@ -2,7 +2,7 @@ DOCKER_IMAGE_VERSION="3.0.0"
BORG_VERSION=$(borg -V) BORG_VERSION=$(borg -V)
SSH_FOLDERS=( "/sshkeys/clients" "/sshkeys/host" ) SSH_FOLDERS=( "/sshkeys/clients" "/sshkeys/host" )
NODE_EXPORTER_DIR="/var/log" NODE_EXPORTER_DIR="/var/log"
COLUMNS="86" DEFAULT_COLUMNS="86"
############################################################################### ###############################################################################
# Funktionen # Funktionen
############################################################################### ###############################################################################
@@ -11,7 +11,7 @@ function sepurator {
local end="$2" local end="$2"
else else
local end local end
end=$(tput cols 2>/dev/null || echo "${COLUMNS:-80}") end=$(tput cols 2>/dev/null || echo "${COLUMNS:-${DEFAULT_COLUMNS:-80}}")
fi fi
local start=1 local start=1