#!/bin/sh
uci batch <<-EOF
	set luci.languages.de=German
        commit luci
EOF

