fix(hanatool): Initialize import_options and bump version to 1.5.1

This commit is contained in:
2025-10-03 16:08:04 +02:00
parent ec0c686a3c
commit 52bc1ed352
2 changed files with 3 additions and 3 deletions

View File

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