tmpl/sunstone-server.conf: La variable market_place_url n'est pas obligatoire

tmpl/sunstone-server.conf! Correction d'une faute de frappe

fixes #9543 @30m
This commit is contained in:
2014-11-18 14:16:09 +01:00
parent d8babe9240
commit 5b7d63a42a
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@
# Marketplace endpoint
#
%if %%getVar('activer_market_place','non') == 'oui'
:Marketplace_url: %%market_place_url
:marketplace_url: %%market_place_url
%else
:marketplace_url: http://marketplace.c12g.com/appliance
%end if