This commit is contained in:
2023-02-24 16:33:21 -05:00
parent 4c56a2fa7b
commit fc33d0268a

View File

@@ -14,7 +14,7 @@
data = ''
if [ ! -L "~/.config/beets/t3" ]; then
echo "=> File doesn't exist"
ln -s /run/secrets/discogs_json ~/.config/beets/t3
ln -s /run/secrets/discogs_json ~/.config/beets/discogs_token.json
fi
'';
};