Generic freedns match

This commit is contained in:
Bob Mottram 2018-05-16 14:33:49 +01:00
parent 90c5a41d47
commit eead93e78e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ function interactive_site_details {
while [ ! $SITE_DETAILS_COMPLETE ]
do
data=$(mktemp 2>/dev/null)
if [[ $DDNS_PROVIDER == "freedns" ]]; then
if [[ $DDNS_PROVIDER == *"freedns"* ]]; then
dialog --backtitle "$SITE_BACKTITLE" \
--title "$SITE_CONFIG_TITLE" \
--form "$SITE_FORM_TEXT" 14 55 3 \