fixup! ignore banlist errors (like in master)

This commit is contained in:
Erik Arvstedt 2019-11-14 13:04:42 +01:00
parent d64156e485
commit e0276503ed
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 2 additions and 0 deletions

View File

@ -279,7 +279,9 @@ in {
sleep 1
done
echo "Importing node banlist..."
set +e
. ${./banlist.cli.txt}
true
'';
serviceConfig = {
User = "${cfg.user}";