Skip to content

Commit a557801

Browse files
author
Kristan Kenney
committed
Add missing value parser for mail config
1 parent 2f59eeb commit a557801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/v-change-domain-owner

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ fi
126126
mail_data=$(grep "DOMAIN='$domain'" $HESTIA/data/users/$owner/mail.conf)
127127
if [ ! -z "$mail_data" ]; then
128128

129+
parse_object_kv_list "$mail_data"
130+
129131
# Move config
130132
sed -i "/DOMAIN='$domain'/d" $HESTIA/data/users/$owner/mail.conf
131133
echo "$mail_data" >> $HESTIA/data/users/$user/mail.conf

0 commit comments

Comments
 (0)