1
0
Fork 0
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:
yalh76 2021-08-15 18:19:48 +02:00
parent 28614ef602
commit 4e41597eb4

View file

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