mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 07:48:26 +01:00
fixed Content of README
This commit is contained in:
@@ -19,9 +19,7 @@ _REOPSITORY_NAME="cis-definition-${_BOOT_DOMAIN}"
|
|||||||
#Generate file 'README.md'
|
#Generate file 'README.md'
|
||||||
mkdir -p /tmp/skeleton/definition
|
mkdir -p /tmp/skeleton/definition
|
||||||
cat << EOF > /tmp/skeleton/definition/README.md
|
cat << EOF > /tmp/skeleton/definition/README.md
|
||||||
#$_REOPSITORY_NAME
|
This repository contains the definitions of the domain “$_BOOT_DOMAIN” by the Core Infrastructure System.
|
||||||
|
|
||||||
Central Infrastructure System's definition of domain $_BOOT_DOMAIN
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,9 +19,7 @@ _REOPSITORY_NAME="cis-state-${_BOOT_DOMAIN}"
|
|||||||
#Generate README.md
|
#Generate README.md
|
||||||
mkdir -p /tmp/skeleton/state
|
mkdir -p /tmp/skeleton/state
|
||||||
cat << EOF > /tmp/skeleton/state/README.md
|
cat << EOF > /tmp/skeleton/state/README.md
|
||||||
#$_REOPSITORY_NAME
|
This repository contains the states of the domain “$_BOOT_DOMAIN” by the Core Infrastructure System.
|
||||||
|
|
||||||
Central Infrastructure System's state of domain $_BOOT_DOMAIN
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user