backup-email: use $CleanName

This commit is contained in:
Christian Hesse 2024-01-31 15:37:01 +01:00
parent c5714e5dc8
commit d0ff07b3cc

View file

@ -21,7 +21,7 @@
:global Domain; :global Domain;
:global Identity; :global Identity;
:global CharacterReplace; :global CleanName;
:global DeviceInfo; :global DeviceInfo;
:global FormatLine; :global FormatLine;
:global LogPrintExit2; :global LogPrintExit2;
@ -52,7 +52,7 @@ $WaitFullyConnected;
# filename based on identity # filename based on identity
:local DirName ("tmpfs/" . $0); :local DirName ("tmpfs/" . $0);
:local FileName [ $CharacterReplace ($Identity . "." . $Domain) "." "_" ]; :local FileName [ $CleanName ($Identity . "." . $Domain) ];
:local FilePath ($DirName . "/" . $FileName); :local FilePath ($DirName . "/" . $FileName);
:local BackupFile "none"; :local BackupFile "none";
:local ExportFile "none"; :local ExportFile "none";