mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-30 11:17:11 -04:00
Fix ssmtp update script
This commit is contained in:
parent
326790de44
commit
8afea54d65
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
ConfiguredComment='# install script update_ssmtp.sh has configured ssmtp'
|
||||
grep -qc "$ConfiguredComment" /etc/ssmtp.conf && {
|
||||
grep -qc "$ConfiguredComment" /etc/ssmtp/ssmtp.conf && {
|
||||
echo "smtp configured."
|
||||
exit
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user