@ -1,9 +1,5 @@
#!/bin/bash
cat <<EOF >> /etc/ssowat/conf.json.persistent
{
"theme" : "weblibre"
}
EOF
sed -i '1a\"theme": "weblibre",' /etc/ssowat/conf.json.persistent
exit 0