mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
5 lines
283 B
Bash
Executable File
5 lines
283 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Fix for Nordigen"
|
|
sed -i $"s/'description'.*/\'description\' => \'\' !== trim((string)(\$entry->getDescription() ?? \'\')) ? \$entry->getDescription() : \'(no description)\',/" /var/www/html/app/Services/Nordigen/Conversion/Routine/GenerateTransactions.php
|