mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
portal/ssowat: fix conf initialization
This commit is contained in:
parent
b61a16421b
commit
f617b97d80
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ do_init_regen() {
|
||||||
echo "{}" >'/etc/ssowat/conf.json.persistent'
|
echo "{}" >'/etc/ssowat/conf.json.persistent'
|
||||||
chmod 644 /etc/ssowat/conf.json.persistent
|
chmod 644 /etc/ssowat/conf.json.persistent
|
||||||
chown root:root /etc/ssowat/conf.json.persistent
|
chown root:root /etc/ssowat/conf.json.persistent
|
||||||
|
echo "{}" >'/etc/ssowat/conf.json'
|
||||||
|
chmod 644 /etc/ssowat/conf.json
|
||||||
|
chown root:root /etc/ssowat/conf.json
|
||||||
|
|
||||||
# Empty service conf
|
# Empty service conf
|
||||||
touch /etc/yunohost/services.yml
|
touch /etc/yunohost/services.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue