#!/bin/bash #Sets LinHES as the default theme sudo mysql mythconverg << EOF update settings set data = 'LinHES' where value = 'Theme' EOF