Skip to content

Commit

Permalink
another escape
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 7, 2024
1 parent 582acf9 commit 6e4a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/dovecot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ user=\$(echo \$USER | cut -f1 -d@)
echo "UPDATE vpopmail.lastauth SET timestamp=UNIX_TIMESTAMP(now()), remote_ip='\$IP' WHERE user='\$user' AND domain='\$domain';" \
| mysql --defaults-extra-file=/data/etc/.my.cnf vpopmail
exec "$@"
exec "\$@"
EO_LASTAUTH
_mycnf="$ZFS_DATA_MNT/dovecot/etc/.my.cnf"
Expand Down

0 comments on commit 6e4a0b8

Please sign in to comment.