diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2023-01-24 12:08:23 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2023-01-24 12:07:31 +0000 |
commit | 04e4624ab54a2c26e03e9df960e1640ceb150ddc (patch) | |
tree | ea2832ca6958bcbacbfe627f9c90e526662919b1 /setup-mta.in | |
parent | d0cb8a74038ae77a35fb52752d8977bae87a6614 (diff) | |
download | alpine-conf-04e4624ab54a2c26e03e9df960e1640ceb150ddc.zip |
setup-*: use fake apk instead of $MOCK apk
Diffstat (limited to 'setup-mta.in')
-rw-r--r-- | setup-mta.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-mta.in b/setup-mta.in index fab1d00..9d8242f 100644 --- a/setup-mta.in +++ b/setup-mta.in @@ -68,7 +68,7 @@ while [ $# -eq 0 ] && [ "$res" != "221" ]; do [ "x$res" = "x221" ] && echo "Connection to $mailhub is ok." done -$MOCK apk add ssmtp +apk add ssmtp setcfg mailhub $mailhub setcfg FromLineOverride YES |