mystic/mrc-server/prompt-v6.sh

9 lines
371 B
Bash
Raw Permalink Normal View History

2024-05-11 11:39:51 +02:00
MRCSERVER=$(whiptail --title "Multi Relay Chat Server Support in Mystic" --radiolist --cancel-button Exit-Script "Choose Yes No" 8 58 2 \
"Yes" "Add MrC Server Support" OFF \
"No" "Don't add MrC Server Support" ON \
3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
echo -e "${DGN}Add Multi Relay Chat Server Support: ${BGN}$MRCSERVER${CL}"
fi