anthony / Find orphaned photos in Immich
0 curtidas
0 bifurcações
1 arquivos
Última atividade
| 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' |
Próximo
Anterior