From 9b1549306d37ed89d99158dbcd4b255f06b41de7 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sat, 25 Jun 2022 15:08:44 +0200 Subject: [PATCH] Added checks: check_default_route -> exit if no route set check_route_to_repository -> exit if no such route check_for_apism --- update_psa | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update_psa b/update_psa index ed8a2f6..e59ebd6 100755 --- a/update_psa +++ b/update_psa @@ -64,6 +64,9 @@ if cd "$WORKING_DIRECTORY"; then if read_config then + check_default_route + check_route_to_repository "185.191.219.134" # git.mimbach.de + check_for_apism if clone_customer_repository ${CUSTOMER_REPOSITORY_PATH} then check_sanity_of_repository