add vscode config
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user