mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix yunhost admin config filename
This commit is contained in:
parent
375b7d53b1
commit
aaf6dba8d7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ do_pre_regen() {
|
|||
|| cp yunohost_local.conf "${domain_conf_dir}/yunohost_local.conf"
|
||||
|
||||
done
|
||||
ynh_render_template "plain/yunohost_admin.conf" "${nginx_conf_dir}/yunohost-admin.conf"
|
||||
ynh_render_template "plain/yunohost_admin.conf" "${nginx_conf_dir}/yunohost_admin.conf"
|
||||
|
||||
# remove old domain conf files
|
||||
conf_files=$(ls -1 /etc/nginx/conf.d \
|
||||
|
|
Loading…
Add table
Reference in a new issue