2021-11-27 19:30:34 -06:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-11-28 19:33:50 -06:00
|
|
|
# To be used as a cron job
|
2021-11-27 19:30:34 -06:00
|
|
|
|
2021-11-28 19:33:50 -06:00
|
|
|
echo `date` "| Updating index..." | tee -a logfile
|
|
|
|
<location-of-photoprism-index-script>
|
|
|
|
echo `date` "| Done!" | tee -a logfile
|