mystic/mrc-server/info-v4.sh

11 lines
628 B
Bash
Raw Normal View History

2024-04-21 07:45:51 +02:00
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}
2024-05-11 08:46:10 +02:00
echo "and set the wanted retention time for the logs" >> ${DBP_INFO}
2024-04-21 07:45:51 +02:00
echo "you will also have to set the cron script in the Mystic Event Editor" >> ${DBP_INFO}
echo "" >> ${DBP_INFO}
2024-05-11 08:46:10 +02:00
echo "a systemd file has been installed mrc_server.service" >> ${DBP_INFO}
2024-05-10 21:29:52 +02:00
echo "" >> ${DBP_INFO}
2024-04-21 07:45:51 +02:00
echo "==============================================================================================================" >> ${DBP_INFO}
fi