mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
7afa9b8184
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
119 B
Bash
5 lines
119 B
Bash
if [ ! -e /usr/sbin/sendmail ];then
|
|
ln -s ssmtp /usr/sbin/sendmail
|
|
else
|
|
echo '/usr/sbin/sendmail already exists!'
|
|
fi
|