Skip to content

Commit b98abaf

Browse files
authored
Fix for wrong variable from previous commit
1 parent 419a9b0 commit b98abaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-domain-owner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ if [ ! -z "$mail_data" ]; then
151151
exim_user="Debian-exim"
152152
fi
153153
# Chowning mail conf files to exim user
154-
find $HOMEDIR/$user/conf/mail/$domain_idn -user root \
154+
find $HOMEDIR/$user/conf/mail/$domain -user root \
155155
-exec chown $exim_user {} \;
156156

157157
# Rebuild config

0 commit comments

Comments
 (0)