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