mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-07-15 08:24:37 +02:00
Update BackupAndUpdate.rsc
Log line fix (at line 94).
This commit is contained in:
parent
dfbfdf1b82
commit
34694261ff
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
:log info "\r\n$SMP script \"Mikrotik RouterOS automatic backup & update\" started.";
|
:log info "\r\n$SMP script \"Mikrotik RouterOS automatic backup & update\" started.";
|
||||||
:log info "$SMP Script Mode: $scriptMode, forceBackup: $forceBackup";
|
:log info "$SMP Script Mode: $scriptMode, forceBackup: $forceBackup";
|
||||||
:log info "$SMP backup to FTP: $backupToFtp, backup to E-mail: $backupToEmail";
|
:log info ("$SMP backup to FTP: " . [:tostr $backupToFtp] . ", backup to E-mail: " . [:tostr $backupToEmail] . ".");
|
||||||
|
|
||||||
#Check proper email config
|
#Check proper email config
|
||||||
:if ([:len $emailAddress] = 0 or [:len [/tool e-mail get address]] = 0 or [:len [/tool e-mail get from]] = 0) do={
|
:if ([:len $emailAddress] = 0 or [:len [/tool e-mail get address]] = 0 or [:len [/tool e-mail get from]] = 0) do={
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue