fix hanatool

This commit is contained in:
2025-09-22 23:28:48 +02:00
parent 57ad14302b
commit c691a87d7d
2 changed files with 4 additions and 4 deletions

View File

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