From 8f3c21e486254500a7cb7252b92c989934770196 Mon Sep 17 00:00:00 2001 From: Martin Berghaus Date: Wed, 26 Mar 2025 15:51:00 +0100 Subject: [PATCH] fixed Content of README --- prepareDefinitionsRepository.sh | 4 +--- prepareStatesRepository.sh | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/prepareDefinitionsRepository.sh b/prepareDefinitionsRepository.sh index 81c84d3..271f432 100755 --- a/prepareDefinitionsRepository.sh +++ b/prepareDefinitionsRepository.sh @@ -19,9 +19,7 @@ _REOPSITORY_NAME="cis-definition-${_BOOT_DOMAIN}" #Generate file 'README.md' mkdir -p /tmp/skeleton/definition cat << EOF > /tmp/skeleton/definition/README.md -#$_REOPSITORY_NAME - -Central Infrastructure System's definition of domain $_BOOT_DOMAIN +This repository contains the definitions of the domain “$_BOOT_DOMAIN” by the Core Infrastructure System. EOF diff --git a/prepareStatesRepository.sh b/prepareStatesRepository.sh index 6cef868..a68e03e 100755 --- a/prepareStatesRepository.sh +++ b/prepareStatesRepository.sh @@ -19,9 +19,7 @@ _REOPSITORY_NAME="cis-state-${_BOOT_DOMAIN}" #Generate README.md mkdir -p /tmp/skeleton/state cat << EOF > /tmp/skeleton/state/README.md -#$_REOPSITORY_NAME - -Central Infrastructure System's state of domain $_BOOT_DOMAIN +This repository contains the states of the domain “$_BOOT_DOMAIN” by the Core Infrastructure System. EOF