rewrite conatiner to use the base image alpine:3.23
This commit is contained in:
@@ -3,11 +3,11 @@ BORG_VERSION=$(borg -V)
|
||||
SSH_FOLDERS=( "/sshkeys/clients" "/sshkeys/host" )
|
||||
NODE_EXPORTER_DIR="/var/log"
|
||||
COLUMNS="86"
|
||||
##############################################################################################################################
|
||||
###############################################################################
|
||||
# Funktionen
|
||||
##############################################################################################################################
|
||||
###############################################################################
|
||||
function sepurator {
|
||||
if [ ! -z "$2" ]; then
|
||||
if [ -n "${2:-}" ]; then
|
||||
local end="$2"
|
||||
else
|
||||
local end="$COLUMNS"
|
||||
|
||||
Reference in New Issue
Block a user