mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
rsync docm updates
This commit is contained in:
14
scripts/updatephotos
Normal file
14
scripts/updatephotos
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
#script to regenerate expo photo collection
|
||||
|
||||
# The active version of this script lives at /expofiles/updatephotos
|
||||
|
||||
BASEDIR=/home/expo
|
||||
WEBDIR=/home/expo
|
||||
|
||||
#tidy up dangling symlinks first
|
||||
find ${WEBDIR}/webphotos -type l -print0 | xargs -0 --no-run-if-empty rm
|
||||
#config file location set in /etc/bins/binsrc, not here.
|
||||
bins -o scaled -e ${BASEDIR}/expofiles/photos ${WEBDIR}/webphotos > ${BASEDIR}/updatephoto.log 2>&1
|
||||
|
||||
# <html><body>Line inserted to stop link-scanners complaining</body></html>
|
||||
Reference in New Issue
Block a user