* Fixed Program Names
This commit is contained in:
parent
143a30b5f6
commit
54a9b3ec5f
|
@ -4,7 +4,7 @@
|
||||||
# Determine the directory of the script
|
# Determine the directory of the script
|
||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
|
||||||
PROGRAM_NAME="Gitea Backup Script"
|
PROGRAM_NAME="Vaultwarden Backup"
|
||||||
|
|
||||||
### [ Imports ] ###
|
### [ Imports ] ###
|
||||||
# Import Colors
|
# Import Colors
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Determine the directory of the script
|
# Determine the directory of the script
|
||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
|
|
||||||
PROGRAM_NAME="Gitea Backup Script"
|
PROGRAM_NAME="Gitea Backup"
|
||||||
|
|
||||||
### [ Imports ] ###
|
### [ Imports ] ###
|
||||||
# Import Colors
|
# Import Colors
|
||||||
|
|
Loading…
Reference in New Issue