mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
Zeblgflr
This commit is contained in:
parent
666537d5f7
commit
43333ba262
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ _add_synapse_endpoint_nginx_config() {
|
|||
fi
|
||||
|
||||
# In case the domain changed for some reason
|
||||
shopt -s extglob
|
||||
old_endpoint_confs_for_this_app="$(ls /etc/nginx/conf.d/!($synapse_domain).d/$app.endpoint.conf 2>/dev/null)"
|
||||
shopt -u extglob
|
||||
old_endpoint_confs_for_this_app="$(ls /etc/nginx/conf.d/*.d/$app.endpoint.conf 2>/dev/null | grep -v "$synapse_domain.d")"
|
||||
for FILE in $old_endpoint_confs_for_this_app
|
||||
do
|
||||
ynh_delete_file_checksum --file="$FILE"
|
||||
|
|
Loading…
Reference in a new issue