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