mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
No amavis in testing/unstable anymore
This commit is contained in:
parent
433d042db9
commit
88cf82a98e
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ EOF
|
|||
}
|
||||
|
||||
set_domain() {
|
||||
# No amavis in testing/unstable anymore
|
||||
[[ "$DISTRIB" != "stable" ]] && return 0
|
||||
|
||||
dpkg -l | grep amavisd-new | grep -e "^ii" > /dev/null 2>&1 \
|
||||
|| [[ "$(hostname -d 2>/dev/null)" != "" ]] \
|
||||
|| hostname yunohost.yunohost.org > /dev/null 2>&1 \
|
||||
|
|
Loading…
Add table
Reference in a new issue