mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
fix install
This commit is contained in:
parent
28614ef602
commit
4e41597eb4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ shared_secret="$(ynh_string_random 25)"
|
||||||
# Biboumi needs at least one admin JID.
|
# Biboumi needs at least one admin JID.
|
||||||
admin_jid="${admin}@biboumi.${domain}"
|
admin_jid="${admin}@biboumi.${domain}"
|
||||||
|
|
||||||
ynh_add_config --template="/etc/biboumi/biboumi.cfg" --destination="/etc/biboumi/biboumi.cfg"
|
ynh_add_config --template="../conf/biboumi/biboumi.cfg" --destination="/etc/biboumi/biboumi.cfg"
|
||||||
|
|
||||||
chown _biboumi /etc/biboumi
|
chown _biboumi /etc/biboumi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue