included check of sanity of repository

This commit is contained in:
Gerhard Hoffmann 2022-06-02 22:26:42 +02:00
parent 86139b8e98
commit 74c8358a99

View File

@ -207,6 +207,7 @@ if ! [ -z "$config_filename" ]; then
if read_config "$config_filename" ; then
# set -x
if clone_customer_repository $customer_repository_path ; then
check_sanity_of_repository
update
fi
fi