add comment

This commit is contained in:
2022-07-01 18:11:18 +02:00
parent 0d2fe132d3
commit dc904bc477
+3 -1
View File
@@ -88,7 +88,9 @@ function print_container_info {
echo "BorgServer powered by $BORG_VERSION - Image Hostname: $HOSTNAME | Image Version: $DOCKER_IMAGE_VERSION"
sepurator
}
##############################################################################################################################
# Run Code
##############################################################################################################################
find_borg_repo backups/
export BORG_REPO="${repo_list[selected_repo]}"
if [ ! -z "$BORG_REPO" ]; then