1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Fix indentation

This commit is contained in:
Kayou 2019-05-20 09:47:35 +02:00 committed by GitHub
parent 9c7e91ca9c
commit a5a1689d52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ then
domain="$old_domain"
path_url="$new_path"
path_no_root=${path_url%/}
path_no_root=${path_url%/}
# Create a dedicated nginx config
ynh_add_nginx_config "path_no_root"
fi