From a2937292fac8268f0556f52a6971d043883cf6f0 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 11 May 2024 08:46:10 +0200 Subject: [PATCH] add vscode config --- dbp/dbp.ini | 4 ++-- dbp/info-v4.sh | 2 +- fail2ban/info-v4.sh | 2 +- ip2location/info-v4.sh | 2 +- mrc-client/info-v4.sh | 4 ++-- mrc-server/info-v4.sh | 4 ++-- mrc-server/prompt-v4.sh | 2 +- mystic/info-v4.sh | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dbp/dbp.ini b/dbp/dbp.ini index 965030b..279d480 100644 --- a/dbp/dbp.ini +++ b/dbp/dbp.ini @@ -12,13 +12,13 @@ BanUnbanIP=false BaseDir=@MYSTIC_DIR@ -; Logfielformat not inplemented at the moment ist hardcoded to YYYYMMDD +; Logfile Format not implemented at the moment ist hardcoded to YYYYMMDD LogFileFormat=YYYY-MM-DD [Ip2Location] ; Pleas Create an Free Account at https://lite.ip2location.com/ and fill in the Token ; if you Buy the the Service you can CHange the Database to reflect your purchase. -; But chose the BIN Veriosn for the download +; But chose the BIN Version for the download Token=PleasePutTokenHere Database=DB1LITEBIN diff --git a/dbp/info-v4.sh b/dbp/info-v4.sh index c8e8c8e..41c92bd 100644 --- a/dbp/info-v4.sh +++ b/dbp/info-v4.sh @@ -12,7 +12,7 @@ echo "Yes | Sending Out Echo/Net Mail | Semaphore | 00:00 | mutil mailo echo "Yes | Toss Incom Echo/Net Mail | Semaphore | 00:00 | mutil mailin | Yes | echomail.in|netmail.in | echomail.in|netmail.in | 0 | -------" >> ${DBP_INFO} echo "Yes | Poll Echomail | Inteval | 01:05 | mis poll forced|mutil mailin | Yes | | | | SMTWTFS" >> ${DBP_INFO} echo "" >> ${DBP_INFO} -echo "Bevore activating any services you have to configure the ${MYSTIC_DIR}/dbp.ini file to your needs and installed services" >> ${DBP_INFO} +echo "Before activating any services you have to configure the ${MYSTIC_DIR}/dbp.ini file to your needs and installed services" >> ${DBP_INFO} echo "then you can start the ./cron -f dbp.ini as the mystic user" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} diff --git a/fail2ban/info-v4.sh b/fail2ban/info-v4.sh index 24e0197..b1446f1 100644 --- a/fail2ban/info-v4.sh +++ b/fail2ban/info-v4.sh @@ -4,7 +4,7 @@ echo "Fail2Ban Mystic integration" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "A Fail2ban Systemd service override has been installed so tha the unprivileged user mystic can add and remove " >> ${DBP_INFO} echo "IP's to the fail2ban system" >> ${DBP_INFO} -echo "to activate the fail2ban integration you will have to enabel it in the ${MYSTIC_DIR}/dbp.ini file" >> ${DBP_INFO} +echo "to activate the fail2ban integration you will have to enable it in the ${MYSTIC_DIR}/dbp.ini file" >> ${DBP_INFO} echo " for this to work correctly you wil have to change the firewall Line in the Event Editor to the suggested" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} diff --git a/ip2location/info-v4.sh b/ip2location/info-v4.sh index db95a3f..a49bf4b 100644 --- a/ip2location/info-v4.sh +++ b/ip2location/info-v4.sh @@ -2,7 +2,7 @@ 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 "there you have to add your ip2location API key and set the database type" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} fi diff --git a/mrc-client/info-v4.sh b/mrc-client/info-v4.sh index 83365dc..001448c 100644 --- a/mrc-client/info-v4.sh +++ b/mrc-client/info-v4.sh @@ -2,10 +2,10 @@ if [ $MRCCLIENT = "Yes" ]; then echo "" >> ${DBP_INFO} echo "Multi Relay Chat" >> ${DBP_INFO} echo "when you are using the mrc then activate the logrotate in the ${MYSTIC_DIR}/dbp.ini file" >> ${DBP_INFO} -echo "and set the wanted retentiontame for the logs" >> ${DBP_INFO} +echo "and set the wanted retention time for the logs" >> ${DBP_INFO} echo "you will also have to set the cron script in the Mystic Event Editor" >> ${DBP_INFO} echo "" >> ${DBP_INFO} -echo "if you are runnign your own Multi Relay Chat Server you have to modify the ${MYSTIC_DIR}/mrc_client-start" >> ${DBP_INFO} +echo "if you are running your own Multi Relay Chat Server you have to modify the ${MYSTIC_DIR}/mrc_client-start" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "a systemd file has been installed mrc_client.service" >> ${DBP_INFO} echo "" >> ${DBP_INFO} diff --git a/mrc-server/info-v4.sh b/mrc-server/info-v4.sh index f7383b5..f3dbf45 100644 --- a/mrc-server/info-v4.sh +++ b/mrc-server/info-v4.sh @@ -2,10 +2,10 @@ if [ $MRCSERVER = "Yes" ]; then echo "" >> ${DBP_INFO} echo "Multi Relay Chat Server" >> ${DBP_INFO} echo "when you are using the mrc then activate the logrotate in the ${MYSTIC_DIR}/dbp.ini file" >> ${DBP_INFO} -echo "and set the wanted retentiontame for the logs" >> ${DBP_INFO} +echo "and set the wanted retention time for the logs" >> ${DBP_INFO} echo "you will also have to set the cron script in the Mystic Event Editor" >> ${DBP_INFO} echo "" >> ${DBP_INFO} -echo "a systmed file has been installed mrc_server.service" >> ${DBP_INFO} +echo "a systemd file has been installed mrc_server.service" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} fi \ No newline at end of file diff --git a/mrc-server/prompt-v4.sh b/mrc-server/prompt-v4.sh index d6ad55d..962016c 100644 --- a/mrc-server/prompt-v4.sh +++ b/mrc-server/prompt-v4.sh @@ -4,5 +4,5 @@ MRCSERVER=$(whiptail --title "Multi Relay Chat Server Support in Mystic" --radio 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 0 ]; then - echo -e "${DGN}Add Multi Realy Chat Server Support: ${BGN}$MRCSERVER${CL}" + echo -e "${DGN}Add Multi Relay Chat Server Support: ${BGN}$MRCSERVER${CL}" fi diff --git a/mystic/info-v4.sh b/mystic/info-v4.sh index 9e8ba6a..4fabd0f 100644 --- a/mystic/info-v4.sh +++ b/mystic/info-v4.sh @@ -7,6 +7,6 @@ echo "" >> ${DBP_INFO} echo "Python2 Library: $PYTHON2" >> ${DBP_INFO} echo "Python3 Library: $PYTHON3" >> ${DBP_INFO} echo "" >> ${DBP_INFO} -echo "a systemd file has been stalled mystic.service" >> ${DBP_INFO} +echo "a systemd file has been installed mystic.service" >> ${DBP_INFO} echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO}