mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[deb] Rename conf.json installed file to conf.json.example
This commit is contained in:
parent
32ebe0d4cd
commit
1d02ee215a
3 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ SSOwat configuration
|
|||
--------------------
|
||||
|
||||
```
|
||||
mv /etc/ssowat/conf.json.example /etc/ssowat/conf.json
|
||||
nano /etc/ssowat/conf.json
|
||||
```
|
||||
|
||||
|
|
2
debian/install
vendored
2
debian/install
vendored
|
@ -4,4 +4,4 @@ helpers.lua /usr/share/ssowat
|
|||
config.lua /usr/share/ssowat
|
||||
hige.lua /usr/share/ssowat
|
||||
portal /usr/share/ssowat
|
||||
conf.json /etc/ssowat
|
||||
conf.json.example /etc/ssowat
|
||||
|
|
Loading…
Reference in a new issue