File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ is_object_valid 'mail' 'DOMAIN' "$domain"
6060is_object_unsuspended ' mail' ' DOMAIN' " $domain "
6161is_object_value_empty ' mail' ' DOMAIN' " $domain " ' $SSL'
6262if [ -n " $restart " ]; then
63- is_restart_format_valid ' restart ' " $restart "
63+ is_restart_format_valid " $restart " ' restart '
6464fi
6565
6666is_web_domain_cert_valid
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ is_object_valid 'web' 'DOMAIN' "$domain"
5959is_object_unsuspended ' web' ' DOMAIN' " $domain "
6060is_object_value_empty ' web' ' DOMAIN' " $domain " ' $SSL'
6161if [ -n " $restart " ]; then
62- is_restart_format_valid ' restart ' " $restart "
62+ is_restart_format_valid " $restart " ' restart '
6363fi
6464is_web_domain_cert_valid
6565
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ is_object_valid 'web' 'DOMAIN' "$domain"
4646is_object_unsuspended ' web' ' DOMAIN' " $domain "
4747is_object_value_exist ' web' ' DOMAIN' " $domain " ' $SSL'
4848if [ -n " $restart " ]; then
49- is_restart_format_valid ' restart ' " $restart "
49+ is_restart_format_valid " $restart " ' restart '
5050fi
5151is_web_domain_cert_valid
5252
You can’t perform that action at this time.
0 commit comments