| author | Alberto Bertogli
            <albertito@blitiri.com.ar> 2020-02-02 02:07:38 UTC  | 
| committer | Alberto Bertogli
            <albertito@blitiri.com.ar> 2020-02-02 02:07:38 UTC  | 
| parent | 0df2e325ed433fe7e1bcaff203318b39732d13dd | 
| etc/chasquid/hooks/post-data | +1 | -1 | 
diff --git a/etc/chasquid/hooks/post-data b/etc/chasquid/hooks/post-data index aa0ccc9..ae24315 100755 --- a/etc/chasquid/hooks/post-data +++ b/etc/chasquid/hooks/post-data @@ -86,7 +86,7 @@ if [ "$AUTH_AS" != "" ] && command -v dkimsign; then && [ -f "certs/$DOMAIN/dkim_privkey.pem" ]; then dkimsign -n -hd \ -key "certs/$DOMAIN/dkim_privkey.pem" \ - -s $(cat "domains/$DOMAIN/dkim_selector") \ + -s "$(cat "domains/$DOMAIN/dkim_selector")" \ -d "$DOMAIN" \ < "$TF" fi