Minor change: check_for_running_apism
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user