summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-05 23:00:26 +0300
committerPaul Buetow <paul@buetow.org>2026-06-05 23:00:26 +0300
commit89aa9bd7348ab5eb2324cc46ee749246b6d0ae36 (patch)
treefaa40067b91fe4fd0d7e08ba789825665630f044 /src
parentebf564c546f081734c612c481857fc4ab30f1b9a (diff)
Avoid unlinking refresh splash temp file
Diffstat (limited to 'src')
-rwxr-xr-xsrc/photoalbum.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/photoalbum.sh b/src/photoalbum.sh
index f33f386..0184a22 100755
--- a/src/photoalbum.sh
+++ b/src/photoalbum.sh
@@ -1943,7 +1943,6 @@ refresh_splash() {
tmp_path=$(mktemp "$DIST_DIR/.index.html.XXXXXX")
tmp_html=$(basename "$tmp_path")
- rm -f "$tmp_path"
if render_album_splash_page 'photos' '.' 'blurs' '.' "$tmp_html"; then
mv "$DIST_DIR/$tmp_html" "$DIST_DIR/index.html"