random/PhotoPrismAutoIndex

7 lines
No EOL
168 B
Bash
Executable file

#!/bin/bash
# To be used as a cron job
echo `date` "| Updating index..." | tee -a logfile
<location-of-photoprism-index-script>
echo `date` "| Done!" | tee -a logfile