We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adf4da commit d0fbe4aCopy full SHA for d0fbe4a
lgsm/modules/check_deps.sh
@@ -114,13 +114,13 @@ fn_deps_email() {
114
elif [ -d /etc/sendmail ]; then
115
array_deps_required+=(sendmail)
116
elif [ "$(command -v yum 2> /dev/null)" ] || [ "$(command -v dnf 2> /dev/null)" ]; then
117
- array_deps_required+=(mailx postfix)
+ array_deps_required+=(s-nail postfix)
118
elif [ "$(command -v apt 2> /dev/null)" ]; then
119
array_deps_required+=(mailutils postfix)
120
fi
121
else
122
if [ "$(command -v yum 2> /dev/null)" ] || [ "$(command -v dnf 2> /dev/null)" ]; then
123
124
125
126
0 commit comments