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:
+7
-1
@@ -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 "======================================================================================"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user