drop the CSR_COUNTRY setting and ask within the control panel

Cette révision appartient à :
Joshua Tauberer
2015-12-26 11:48:23 -05:00
Parent 392d33b902
révision d53332b7cf
10 fichiers modifiés avec 45 ajouts et 55 suppressions
-1
Voir le fichier
@@ -458,7 +458,6 @@ class BashScript(Grammar):
v = re.sub(r"(\$?)PRIMARY_HOSTNAME", r"<b>box.yourdomain.com</b>", v)
v = re.sub(r"\$STORAGE_ROOT", r"<b>$STORE</b>", v)
v = re.sub(r"\$CSR_COUNTRY", r"<b>US</b>", v)
v = v.replace("`pwd`", "<code><b>/path/to/mailinabox</b></code>")
return v