diff --git a/install b/install index 87bd12a..48e8bd7 100755 --- a/install +++ b/install @@ -1,9 +1,5 @@ #!/bin/bash -cat <> /etc/ssowat/conf.json.persistent -{ - "theme" : "weblibre" -} -EOF +sed -i '1a\"theme": "weblibre",' /etc/ssowat/conf.json.persistent exit 0