* Fixed Program Names

This commit is contained in:
Daniel Legt 2024-01-19 01:23:46 +02:00
parent 143a30b5f6
commit 54a9b3ec5f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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