Browse Source

fix JSON architecture

master v0.3
Samuel VERMEULEN 3 years ago
parent
commit
ae28ad418e
  1. 6
      install

6
install

@ -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
Loading…
Cancel
Save