mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -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 |