From e5e6c4c1cd0a6811a7d20d9a0a5e5cf40343b562 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sat, 25 Jun 2022 15:22:34 +0200 Subject: [PATCH] Minor change: check_for_running_apism --- update_psa | 4 ++-- update_psa_helpers | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/update_psa b/update_psa index e59ebd6..654f9f1 100755 --- a/update_psa +++ b/update_psa @@ -66,9 +66,9 @@ if cd "$WORKING_DIRECTORY"; then then check_default_route check_route_to_repository "185.191.219.134" # git.mimbach.de - check_for_apism + check_for_running_apism if clone_customer_repository ${CUSTOMER_REPOSITORY_PATH} - then + then check_sanity_of_repository #set_updates_available diff --git a/update_psa_helpers b/update_psa_helpers index d64ca02..5de2c60 100755 --- a/update_psa_helpers +++ b/update_psa_helpers @@ -373,7 +373,7 @@ cleanup_previous_version() { return 0 } -check_for_apism () { +check_for_running_apism () { local func="${FUNCNAME[0]}" if nc localhost 7778; then APISM_RUNNING=1