Minor change: check_for_running_apism

This commit is contained in:
Gerhard Hoffmann 2022-06-25 15:22:34 +02:00
parent 95a9307631
commit e5e6c4c1cd
2 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ if cd "$WORKING_DIRECTORY"; then
then then
check_default_route check_default_route
check_route_to_repository "185.191.219.134" # git.mimbach.de 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} if clone_customer_repository ${CUSTOMER_REPOSITORY_PATH}
then then
check_sanity_of_repository check_sanity_of_repository
#set_updates_available #set_updates_available

View File

@ -373,7 +373,7 @@ cleanup_previous_version() {
return 0 return 0
} }
check_for_apism () { check_for_running_apism () {
local func="${FUNCNAME[0]}" local func="${FUNCNAME[0]}"
if nc localhost 7778; then if nc localhost 7778; then
APISM_RUNNING=1 APISM_RUNNING=1