From 52bc1ed3520be5ea7bf7dbe67a27e372184b6a5c Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Fri, 3 Oct 2025 16:08:04 +0200 Subject: [PATCH] fix(hanatool): Initialize import_options and bump version to 1.5.1 --- hanatool.sh | 4 ++-- packages.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hanatool.sh b/hanatool.sh index e420fe4..243403c 100644 --- a/hanatool.sh +++ b/hanatool.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Version: 1.5.0 +# Version: 1.5.1 # ============================================================================== # SAP HANA Schema and Tenant Management Tool (hanatool.sh) # @@ -356,7 +356,7 @@ case "$ACTION" in exit 1 fi - local import_options + import_options="" if [[ "$IMPORT_REPLACE" == "true" ]]; then import_options="REPLACE" echo " - Mode: REPLACE" diff --git a/packages.conf b/packages.conf index 698b32c..87ebaab 100644 --- a/packages.conf +++ b/packages.conf @@ -13,4 +13,4 @@ SCRIPT_PACKAGES["backup"]="Backup Suite|1.0.5|A comprehensive script for backing SCRIPT_PACKAGES["monitor"]="Monitor Suite|1.3.0|Scripts for monitoring system health and performance metrics.|https://git.technopunk.space/tomi/Scripts/raw/branch/main/monitor/monitor.sh https://git.technopunk.space/tomi/Scripts/raw/branch/main/monitor/monitor.conf" SCRIPT_PACKAGES["keymanager"]="Key Manager|1.2.1|A utility for managing HDB user keys for SAP HANA.|https://git.technopunk.space/tomi/Scripts/raw/branch/main/keymanager.sh" SCRIPT_PACKAGES["cleaner"]="File Cleaner|1.1.0|A simple script to clean up temporary files and logs.|https://git.technopunk.space/tomi/Scripts/raw/branch/main/cleaner.sh" -SCRIPT_PACKAGES["hanatool"]="HANA Tool|1.5.0|A command-line tool for various SAP HANA administration tasks.|https://git.technopunk.space/tomi/Scripts/raw/branch/main/hanatool.sh" +SCRIPT_PACKAGES["hanatool"]="HANA Tool|1.5.1|A command-line tool for various SAP HANA administration tasks.|https://git.technopunk.space/tomi/Scripts/raw/branch/main/hanatool.sh"