rpi4: fix backup issue find command

This commit is contained in:
NullBite 2024-07-17 18:02:42 -04:00
parent 69db034caf
commit f28794e765
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -26,6 +26,7 @@ in
"/etc"
];
dynamicFilesFrom = ''
echo
find /var/lib -mindepth 1 -maxdepth 1 -type d -name 'authelia-*'
'';