1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2024-12-27 05:28:37 -06:00
random/PhotoPrismAutoIndex

7 lines
168 B
Text
Raw Normal View History

#!/bin/bash
2021-11-28 19:33:50 -06:00
# To be used as a cron job
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