1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00
This commit is contained in:
Éric Gaspar 2023-04-18 13:45:45 +02:00
parent b225edb4da
commit b7483d7503
3 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ then
ldap="" ldap=""
fi 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 chmod 600 $install_dir/lufi.conf
chown $app:$app $install_dir/lufi.conf chown $app:$app $install_dir/lufi.conf

View file

@ -70,7 +70,7 @@ then
ldap="" ldap=""
fi 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 chmod 600 $install_dir/lufi.conf
chown $app:$app $install_dir/lufi.conf chown $app:$app $install_dir/lufi.conf