From fabdcc02fae3280bd9d322ab7ecf8cbdc11b75f8 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 10 May 2024 21:29:52 +0200 Subject: [PATCH] add mir info to the install --- mrc-client/info-v3.sh | 2 ++ mrc-client/info-v4.sh | 2 ++ mrc-server/info-v3.sh | 2 ++ mrc-server/info-v4.sh | 2 ++ mystic/info-v3.sh | 2 ++ mystic/info-v4.sh | 2 ++ 6 files changed, 12 insertions(+) diff --git a/mrc-client/info-v3.sh b/mrc-client/info-v3.sh index 1dceae4..83365dc 100644 --- a/mrc-client/info-v3.sh +++ b/mrc-client/info-v3.sh @@ -7,5 +7,7 @@ echo "you will also have to set the cron script in the Mystic Event Editor" >> $ 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 "" >> ${DBP_INFO} +echo "a systemd file has been installed mrc_client.service" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} fi \ No newline at end of file diff --git a/mrc-client/info-v4.sh b/mrc-client/info-v4.sh index 1dceae4..83365dc 100644 --- a/mrc-client/info-v4.sh +++ b/mrc-client/info-v4.sh @@ -7,5 +7,7 @@ echo "you will also have to set the cron script in the Mystic Event Editor" >> $ 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 "" >> ${DBP_INFO} +echo "a systemd file has been installed mrc_client.service" >> ${DBP_INFO} +echo "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} fi \ No newline at end of file diff --git a/mrc-server/info-v3.sh b/mrc-server/info-v3.sh index ec7205b..f7383b5 100644 --- a/mrc-server/info-v3.sh +++ b/mrc-server/info-v3.sh @@ -5,5 +5,7 @@ echo "when you are using the mrc then activate the logrotate in the ${MYSTIC_DIR echo "and set the wanted retentiontame 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 "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} fi \ No newline at end of file diff --git a/mrc-server/info-v4.sh b/mrc-server/info-v4.sh index ec7205b..f7383b5 100644 --- a/mrc-server/info-v4.sh +++ b/mrc-server/info-v4.sh @@ -5,5 +5,7 @@ echo "when you are using the mrc then activate the logrotate in the ${MYSTIC_DIR echo "and set the wanted retentiontame 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 "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} fi \ No newline at end of file diff --git a/mystic/info-v3.sh b/mystic/info-v3.sh index 08a9e87..9e8ba6a 100644 --- a/mystic/info-v3.sh +++ b/mystic/info-v3.sh @@ -7,4 +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 "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO} diff --git a/mystic/info-v4.sh b/mystic/info-v4.sh index 08a9e87..9e8ba6a 100644 --- a/mystic/info-v4.sh +++ b/mystic/info-v4.sh @@ -7,4 +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 "" >> ${DBP_INFO} echo "==============================================================================================================" >> ${DBP_INFO}