diff --git a/mrc-client/info-v1.sh b/mrc-client/info-v1.sh index e69de29..cd17835 100644 --- a/mrc-client/info-v1.sh +++ b/mrc-client/info-v1.sh @@ -0,0 +1,7 @@ +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO} diff --git a/mystic/info-v1.sh b/mystic/info-v1.sh index 907184f..40fd011 100644 --- a/mystic/info-v1.sh +++ b/mystic/info-v1.sh @@ -6,5 +6,5 @@ echo "Settings in Mystic General Settings" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "Python2 Library: $PYTHON2" >> ${DBP_INFO} echo "Python3 Library: $PYTHON3" >> ${DBP_INFO} - +echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} diff --git a/spellcheck/info-v1.sh b/spellcheck/info-v1.sh index e69de29..a5fc5b8 100644 --- a/spellcheck/info-v1.sh +++ b/spellcheck/info-v1.sh @@ -0,0 +1,8 @@ +echo "" >> ${DBP_INFO} +echo "More infos about the Spellcheck can be found in the" >> ${DBP_INFO} +echo "${MYSTIC_DIR}/docs/Spellcheck_README.txt" >> ${DBP_INFO} +echo "Also in" >> ${DBP_INFO} +echo "${MYSTIC_DIR}/data/dictlist.txt" >> ${DBP_INFO} +echo "you can add additional Hunspell compatible dictionaries" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} +echo "==============================================================================================================" >> ${DBP_INFO}