From 54a9b3ec5f81f91f955512172695c5e474ade999 Mon Sep 17 00:00:00 2001 From: Daniel Legt Date: Fri, 19 Jan 2024 01:23:46 +0200 Subject: [PATCH] * Fixed Program Names --- bitwarden/bitwarden_backup.sh | 2 +- gitea/gitea_backup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitwarden/bitwarden_backup.sh b/bitwarden/bitwarden_backup.sh index 3fc504f..f6a0e3f 100755 --- a/bitwarden/bitwarden_backup.sh +++ b/bitwarden/bitwarden_backup.sh @@ -4,7 +4,7 @@ # Determine the directory of the script SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -PROGRAM_NAME="Gitea Backup Script" +PROGRAM_NAME="Vaultwarden Backup" ### [ Imports ] ### # Import Colors diff --git a/gitea/gitea_backup.sh b/gitea/gitea_backup.sh index 3495bfa..8cb676f 100755 --- a/gitea/gitea_backup.sh +++ b/gitea/gitea_backup.sh @@ -4,7 +4,7 @@ # Determine the directory of the script SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -PROGRAM_NAME="Gitea Backup Script" +PROGRAM_NAME="Gitea Backup" ### [ Imports ] ### # Import Colors