1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-12 18:10:56 +01:00

Improved mail sending

This commit is contained in:
deajan
2016-03-03 16:33:59 +01:00
parent d36c77d777
commit d2ab111f90
4 changed files with 51 additions and 39 deletions

View File

@@ -5,7 +5,7 @@ PROGRAM="obackup"
AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=2.0-pre
PROGRAM_BUILD=2016030301
PROGRAM_BUILD=2016030302
IS_STABLE=no
source "./ofunctions.sh"
@@ -27,7 +27,7 @@ CAN_BACKUP_SQL=1
CAN_BACKUP_FILES=1
function TrapStop {
Logger " /!\ WARNING: Manual exit of backup script. Backups may be in inconsistent state." "WARN"
Logger "/!\ Manual exit of backup script. Backups may be in inconsistent state." "WARN"
exit 1
}