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

@@ -0,0 +1,8 @@
if [ $IP2L = "Yes" ]; then
echo "IP2Location Downloader" >> ${DBP_INFO}
echo "With the downloader the IP2Location data of mystic can be updated" >> ${DBP_INFO}
echo "you will have to activate it in the ${MYSTIC_DIR}/dbp.ini" >> ${DBP_INFO}
echo "there youz have to add your ip2location API key and set the databse type" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
echo "==============================================================================================================" >> ${DBP_INFO}
fi