Remove secret archive (move to passwordstore)
This commit is contained in:
parent
26aff394c0
commit
496a6e761b
3 changed files with 5 additions and 1 deletions
.config/yadm/hooks
|
@ -2,9 +2,11 @@
|
|||
|
||||
# Check encrypted files for newer versions
|
||||
files="$HOME/.config/yadm/encrypt"
|
||||
archive="$HOME/.local/share/yadm/archive"
|
||||
archive="$HOME/.password-store/yadm.gpg"
|
||||
new_files=false
|
||||
|
||||
[ -f "$archive" ] || exit 0
|
||||
|
||||
echo "Checking for newer versions of encrypted files..."
|
||||
while IFS= read -r file
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue