Fix path to sanoid snapshot cache file

This commit is contained in:
Aaron Whitehouse 2022-03-17 11:03:29 +00:00
parent 123e35e804
commit c21d8d0168
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function setup {
export SANOID="../../sanoid"
# make sure that there is no cache file
rm -f /var/cache/sanoidsnapshots.txt
rm -f /var/cache/sanoid/snapshots.txt
# install needed sanoid configuration files
[ -f sanoid.conf ] && cp sanoid.conf /etc/sanoid/sanoid.conf