#!/bin/bash # # curl -sk https://openwebmail.org/openwebmail/download/rocky/default/default_showhtmlastext_yes.sh | sh # default script to set "Show HTML message as plain text" to yes # echo echo "sed -i '/default_showhtmlastext/ s/no/yes/' /var/www/cgi-bin/openwebmail/etc/openwebmail.conf" sed -i '/default_showhtmlastext/ s/no/yes/' /var/www/cgi-bin/openwebmail/etc/openwebmail.conf echo