mirror of
https://github.com/SinTan1729/random.git
synced 2025-02-05 14:12:38 -06:00
7 lines
No EOL
168 B
Bash
Executable file
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 |