From 14b581c96db661e70e99a5b62943b6559eeabdc7 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 1 Apr 2019 16:27:16 -0700 Subject: [PATCH] i2p: Backup/restore the correct state folder Signed-off-by: Sunil Mohan Adapa --- plinth/modules/i2p/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/i2p/manifest.py b/plinth/modules/i2p/manifest.py index 33de80dc2..91421ee10 100644 --- a/plinth/modules/i2p/manifest.py +++ b/plinth/modules/i2p/manifest.py @@ -49,7 +49,7 @@ clients = validate([{ backup = validate_backup({ 'secrets': { - 'directories': ['/var/lib/i2p/.config'] + 'directories': ['/var/lib/i2p/i2p-config'] }, 'services': ['i2p'] })