diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-07 21:11:03 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-07 22:51:24 +0200 |
commit | 3015743b19883d2e19605b819fd2bbcbc6597d8f (patch) | |
tree | 2025d825b6afdfafcda11bd95c90bc361eb24d29 /backup-cloud.rsc | |
parent | 36cf4d028bcf9597143249aed238dc5e131fda50 (diff) |
global-functions: $HumanReadableNum: indicate binary base...
... and update scripts to match the change.
Diffstat (limited to 'backup-cloud.rsc')
-rw-r--r-- | backup-cloud.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-cloud.rsc b/backup-cloud.rsc index 9a062f2..8e29c67 100644 --- a/backup-cloud.rsc +++ b/backup-cloud.rsc @@ -71,7 +71,7 @@ message=("Uploaded backup for " . $Identity . " to cloud.\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ [ $FormatLine "Name" ($Cloud->"name") ] . "\n" . \ - [ $FormatLine "Size" ([ $HumanReadableNum ($Cloud->"size") 1024 ] . "iB") ] . "\n" . \ + [ $FormatLine "Size" ([ $HumanReadableNum ($Cloud->"size") 1024 ] . "B") ] . "\n" . \ [ $FormatLine "Download key" ($Cloud->"secret-download-key") ]); silent=true }); } else={ $SendNotification2 ({ origin=$ScriptName; \ |