diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-16 16:04:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-16 16:04:18 +0100 |
commit | 17d7678e2dbd641cf6f2a6950709cfc2ad9ea129 (patch) | |
tree | 71a726ebf734619048690fd79d2a472042b57ac8 /check-lte-firmware-upgrade | |
parent | e7c2a7745a7aa6b252091c144a7bd66055b6434e (diff) |
global-functions: drop support for attachment in notification e-mail
Diffstat (limited to 'check-lte-firmware-upgrade')
-rw-r--r-- | check-lte-firmware-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-lte-firmware-upgrade b/check-lte-firmware-upgrade index edbd5b1..a678fb6 100644 --- a/check-lte-firmware-upgrade +++ b/check-lte-firmware-upgrade @@ -30,7 +30,7 @@ "LTE interface " . $IntName . " on " . $Identity . ".\n\n" . \ "Interface: " . [ $CharacterReplace ($Info->"manufacturer" . " " . $Info->"model") ("\"") "" ] . "\n" . \ "Installed: " . ($Firmware->"installed") . "\n" . \ - "Available: " . ($Firmware->"latest")) "" "" "true"; + "Available: " . ($Firmware->"latest")) "" "true"; :set SentLteFirmwareUpgradeNotification ($Firmware->"latest"); } } |