From 8b2571dc4943c290fc6af0da75e5228c2b61d46c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 12 Dec 2022 15:24:42 +0100 Subject: backup-email: create directory later --- backup-email | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backup-email') diff --git a/backup-email b/backup-email index 34e15e1..70db237 100644 --- a/backup-email +++ b/backup-email @@ -45,10 +45,6 @@ $WaitFullyConnected; $RandomDelay $BackupRandomDelay; } -:if ([ $MkDir $0 ] = false) do={ - $LogPrintExit2 error $0 ("Failed creating directory!") true; -} - # filename based on identity :local FileName [ $CharacterReplace ($Identity . "." . $Domain) "." "_" ]; :local FilePath ($0 . "/" . $FileName); @@ -56,6 +52,10 @@ $WaitFullyConnected; :local ConfigFile "none"; :local Attach ({}); +:if ([ $MkDir $0 ] = false) do={ + $LogPrintExit2 error $0 ("Failed creating directory!") true; +} + # binary backup :if ($BackupSendBinary = true) do={ /system/backup/save encryption=aes-sha256 name=$FilePath password=$BackupPassword; -- cgit v1.2.3-54-g00ecf