From dc904bc477eddbbeedc9fcb294952501a142e4a4 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 1 Jul 2022 18:11:18 +0200 Subject: [PATCH] add comment --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e04a4c4..efe7d0d 100644 --- a/.bashrc +++ b/.bashrc @@ -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