fill the info files

This commit is contained in:
Mario Fetka
2024-04-20 16:21:26 +02:00
parent 6ae6000485
commit cea699d8aa
7 changed files with 55 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
if [ $SPELL = "Yes" ]; then
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}
@@ -6,3 +7,4 @@ echo "${MYSTIC_DIR}/data/dictlist.txt" >> ${DBP_INFO}
echo "you can add additional Hunspell compatible dictionaries" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
echo "==============================================================================================================" >> ${DBP_INFO}
fi