anthony / Find orphaned photos in Immich
0 gustos
0 bifurcaciones
1 archivos
Última actividad
1 | #!/bin/bash |
2 | |
3 | srcPath='/mnt/Data/Фото/!_SORT/SamsungSort' |
4 | ownerId='b3f46eb5-81a6-4283-aade-d726823d7af4' |
5 | |
6 | ######################################################## |
7 | |
8 | source .env || exit 10 |
9 | libHostPath="$UPLOAD_LOCATION" |
10 | libContainerPath='/usr/src/app/upload' |
Siguiente
Anterior