photos: Update bambulab password path

This commit is contained in:
polyfloyd 2024-07-14 14:56:29 +02:00
parent 3ae4b05e17
commit 5a3e1bd8ec

View file

@ -4,8 +4,8 @@
set -eu
host={{ lookup('passwordstore', 'fotos/bambulab subkey=host') }}
pass={{ lookup('passwordstore', 'fotos/bambulab subkey=key') }}
host={{ lookup('passwordstore', 'bambulab subkey=host') }}
pass={{ lookup('passwordstore', 'bambulab subkey=key') }}
dir={{ photos_path }}
files=$(curl -ksl "ftps://bblp:$pass@$host:990/timelapse/" | grep ^video_)