fix(hanatool): Initialize import_options and bump version to 1.5.1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user