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
if [ "$path_url" != "/" ]
then
ynh_replace_string "^#sub_path_only" "" "$nginx_conf_path"
ynh_replace_string "^#sub_path_only " "" "$nginx_conf_path"
fi
ynh_store_file_checksum "$nginx_conf_path"
fi