move sepurator to variables and add that entrypoint.sh can run install script if you like to install more packages

This commit is contained in:
2022-07-03 11:47:40 +02:00
parent c6f70f5c67
commit f1e6452890
5 changed files with 37 additions and 23 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
DOCKER_IMAGE_VERSION="1.0.9"
BORG_VERSION=$(borg -V)
SSH_FOLDERS=( /sshkeys/clients /sshkeys/host )
SSH_FOLDERS=( "/sshkeys/clients" "/sshkeys/host" )
##############################################################################################################################
# Funktionen
##############################################################################################################################
function sepurator {
echo "======================================================================================"
}