chore: Add signature to scripts

This commit is contained in:
2025-10-08 21:45:11 +02:00
parent 66da934be2
commit 4274f4d01d
14 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
# Configuration for the Aurora Refresh Script (aurora_refresh.sh) # Configuration for the Aurora Refresh Script (aurora_refresh.sh)
# Place this file in the same directory as the script. # Place this file in the same directory as the script.
# Author: Tomi Eckert
# --- Main Settings --- # --- Main Settings ---

View File

@@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
# Version: 2.1.0 # Version: 2.1.0
# Author: Tomi Eckert
# #
# Purpose: Performs an automated refresh of a SAP HANA schema. It exports a # Purpose: Performs an automated refresh of a SAP HANA schema. It exports a
# production schema and re-imports it under a new name ("Aurora") # production schema and re-imports it under a new name ("Aurora")

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Author: Tomi Eckert
# ============================================================================== # ==============================================================================
# SAP Business One for HANA Silent Installation Configurator # SAP Business One for HANA Silent Installation Configurator
# ============================================================================== # ==============================================================================

View File

@@ -1,6 +1,7 @@
# ============================================================================== # ==============================================================================
# Configuration for HANA Backup Script (backup.sh) # Configuration for HANA Backup Script (backup.sh)
# ============================================================================== # ==============================================================================
# Author: Tomi Eckert
# --- Connection Settings --- # --- Connection Settings ---

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Author: Tomi Eckert
# This script helps to configure backup.conf # This script helps to configure backup.conf
# Source the backup.conf to get current values # Source the backup.conf to get current values

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Version: 1.0.7 # Version: 1.0.7
# Author: Tomi Eckert
# ============================================================================== # ==============================================================================
# SAP HANA Backup Script # SAP HANA Backup Script
# #

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Version: 1.1.0 # Version: 1.1.0
# Author: Tomi Eckert
# Check if any arguments were provided # Check if any arguments were provided
if [ "$#" -eq 0 ]; then if [ "$#" -eq 0 ]; then

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Version: 1.5.4 # Version: 1.5.4
# Author: Tomi Eckert
# ============================================================================== # ==============================================================================
# SAP HANA Schema and Tenant Management Tool (hanatool.sh) # SAP HANA Schema and Tenant Management Tool (hanatool.sh)
# #

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Author: Tomi Eckert
# --- Main Script --- # --- Main Script ---
# This script presents a menu of software packages, or installs them # This script presents a menu of software packages, or installs them

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Version: 1.2.2 # Version: 1.2.2
# Author: Tomi Eckert
# A script to interactively manage SAP HANA hdbuserstore keys, with testing. # A script to interactively manage SAP HANA hdbuserstore keys, with testing.

View File

@@ -1,4 +1,5 @@
# Configuration for SAP HANA Monitoring Script # Configuration for SAP HANA Monitoring Script
# Author: Tomi Eckert
# --- Company Information --- # --- Company Information ---
# Used to identify which company the alert is for. # Used to identify which company the alert is for.

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Author: Tomi Eckert
# This script helps to configure monitor.conf # This script helps to configure monitor.conf
# Source the monitor.conf to get current values # Source the monitor.conf to get current values

View File

@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# Version: 1.3.1 # Version: 1.3.1
# Author: Tomi Eckert
# ============================================================================= # =============================================================================
# SAP HANA Monitoring Script # SAP HANA Monitoring Script
# #

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# Author: Tomi Eckert
# #
# This file contains the configuration for the script downloader. # This file contains the configuration for the script downloader.
# The `SCRIPT_PACKAGES` associative array maps a short package name # The `SCRIPT_PACKAGES` associative array maps a short package name