Merge pull request #8 from senorsmile/master

typo fixing
pull/11/head
Orsiris de Jong 10 years ago
commit ea9b38f8fe

@ -127,7 +127,7 @@ function TrapQuit
SendAlert
UnlockDirectories
CleanUp
LogError "Osync finished with errros."
LogError "Osync finished with errors."
exitcode=1
else
UnlockDirectories
@ -233,7 +233,7 @@ function SendAlert
fi
elif type -p sendemail > /dev/null 2>&1
then
if [ "$SMTP_USER" != "" ] && "$SMTP_PASSWORD" != "" ]
if [ "$SMTP_USER" != "" ] && [ "$SMTP_PASSWORD" != "" ]
then
$SMTP_OPTIONS="-xu $SMTP_USER -xp $SMTP_PASSWORD"
else

Loading…
Cancel
Save