Generic freedns match
This commit is contained in:
parent
90c5a41d47
commit
eead93e78e
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue