Merge pull request #393 from BerghsJelmer/patch-1

Create 98-fix.sh
This commit is contained in:
Alexandre
2022-07-14 22:37:47 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -39,6 +39,6 @@
},
"slug": "fireflyiii_data_importer",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "version-0.9.10",
"version": "version-0.9.10-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -0,0 +1,4 @@
#!/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