File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,17 +100,17 @@ else
100100 if [ " $dns_domain " = " $domain " ]; then
101101 if [ -z " $webmail_record " ]; then
102102 if [ " $quiet " = " yes" ]; then
103- $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' $restart ' ' ' yes'
103+ $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' ' $restart' ' ' ' yes'
104104 else
105- $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' $restart ' ' ' yes'
105+ $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' ' $restart' ' ' ' yes'
106106 fi
107107 else
108108 if [ " $quiet " = " yes" ]; then
109109 $BIN /v-delete-dns-record $user $domain $webmail_record $restart ' yes'
110- $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' $restart ' ' ' yes'
110+ $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' ' $restart' ' ' ' yes'
111111 else
112112 $BIN /v-delete-dns-record $user $domain $webmail_record $restart ' yes'
113- $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' $restart ' ' ' yes'
113+ $BIN /v-add-dns-record $user $domain $WEBMAIL_ALIAS A $ip ' ' ' ' ' $restart' ' ' ' yes'
114114 fi
115115 fi
116116 fi
You can’t perform that action at this time.
0 commit comments