2 Commits
v0.2 ... v0.4

Author SHA1 Message Date
SVNET
dd1cd4e9fb nouvelle image de fond 2020-01-13 22:37:23 +01:00
Samuel Vermeulen
ae28ad418e fix JSON architecture 2019-11-01 18:44:06 +01:00
2 changed files with 1 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 187 KiB

View File

@@ -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