1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00

Fix indentation

This commit is contained in:
Jimmy Monin 2018-06-14 23:03:29 +02:00
parent e2911b3db0
commit b64d6c9961

View file

@ -68,7 +68,7 @@ then
ynh_add_nginx_config ynh_add_nginx_config
if [ "$path_url" != "/" ] if [ "$path_url" != "/" ]
then then
ynh_replace_string "^#sub_path_only" "" "$nginx_conf_path" ynh_replace_string "^#sub_path_only " "" "$nginx_conf_path"
fi fi
ynh_store_file_checksum "$nginx_conf_path" ynh_store_file_checksum "$nginx_conf_path"
fi fi