diff options
| -rwxr-xr-x | src/photoalbum.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 65d3911..d023864 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -115,8 +115,8 @@ function albumhtml() { fi done - template footer $(cd "${DIST_DIR}/${html_dir}";ls -t page-*.html | - head -n 1) "${DIST_DIR}/${html_dir}" + template footer \ + $(cd "${DIST_DIR}/${html_dir}";ls -t page-*.html | head -n 1) cd "${DIST_DIR}/${html_dir}" && ls *.html | grep -v page- | cut -d'-' -f1 | uniq | while read prefix; do |
