mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
fix
This commit is contained in:
parent
b225edb4da
commit
b7483d7503
3 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ then
|
|||
ldap=""
|
||||
fi
|
||||
|
||||
ynh_add_config --template="../conf/lufi.conf.template" --destination="$install_dir/lufi.conf"
|
||||
ynh_add_config --template="../conf/lufi.conf" --destination="$install_dir/lufi.conf"
|
||||
|
||||
chmod 600 $install_dir/lufi.conf
|
||||
chown $app:$app $install_dir/lufi.conf
|
||||
|
|
|
@ -70,7 +70,7 @@ then
|
|||
ldap=""
|
||||
fi
|
||||
|
||||
ynh_add_config --template="../conf/lufi.conf.template" --destination="$install_dir/lufi.conf"
|
||||
ynh_add_config --template="../conf/lufi.conf" --destination="$install_dir/lufi.conf"
|
||||
|
||||
chmod 600 $install_dir/lufi.conf
|
||||
chown $app:$app $install_dir/lufi.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue