diff --git a/hanatool.sh b/hanatool.sh index 0c839f9..6d19988 100644 --- a/hanatool.sh +++ b/hanatool.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Version: 1.4.1 +# Version: 1.4.2 # ============================================================================== # SAP HANA Schema and Tenant Management Tool (hanatool.sh) # @@ -143,8 +143,8 @@ case "$ACTION" in echo " - Compress: ${COMPRESS}" timestamp=$(date +%Y%m%d_%H%M%S) - local backup_target_dir - local backup_path_prefix + backup_target_dir="" + backup_path_prefix="" if [[ "$COMPRESS" == "true" ]]; then if [[ "$DRY_RUN" == "true" ]]; then diff --git a/packages.conf b/packages.conf index 05176ac..6571365 100644 --- a/packages.conf +++ b/packages.conf @@ -11,6 +11,6 @@ SCRIPT_PACKAGES["Aurora Suite"]="1.1.0|https://git.technopunk.space/tomi/Scripts SCRIPT_PACKAGES["Backup Suite"]="1.0.5|https://git.technopunk.space/tomi/Scripts/raw/branch/main/backup/backup.sh https://git.technopunk.space/tomi/Scripts/raw/branch/main/backup/backup.conf" SCRIPT_PACKAGES["Key Manager"]="1.2.1|https://git.technopunk.space/tomi/Scripts/raw/branch/main/hdb_keymanager.sh" SCRIPT_PACKAGES["File Cleaner"]="1.1.0|https://git.technopunk.space/tomi/Scripts/raw/branch/main/clean.sh" -SCRIPT_PACKAGES["HANA Tool"]="1.4.1|https://git.technopunk.space/tomi/Scripts/raw/branch/main/hanatool.sh" +SCRIPT_PACKAGES["HANA Tool"]="1.4.2|https://git.technopunk.space/tomi/Scripts/raw/branch/main/hanatool.sh" # Example: Add a new script with its version. # SCRIPT_PACKAGES["My Other Script"]="1.0.0|https://path/to/my-other-script.sh"