add hanamgr clear prompt message

This commit is contained in:
2026-04-16 18:43:22 +02:00
parent e410ee770b
commit 4b128058ce
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/bin/bash
# Version: 1.5.0
# Version: 1.5.1
# Author: Tomi Eckert
# ==============================================================================
# HANA Database Manager Menu (hanamgr.sh)
@@ -351,7 +351,7 @@ do_copy() {
do_backup() {
echo -e "\n\033[1m=== Backup Tenant ===\033[0m"
read -p "Enter Target Directory Path: " target_path
read -p "Enter Target Directory Path (parent directory): " target_path
local max_threads=$(nproc --all 2>/dev/null || echo 1)
local half_threads=$((max_threads / 2))