diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2023-06-30 23:36:51 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2023-06-30 23:36:51 +0300 |
commit | 72bbca4d0644097e7f40f9a26dcb439b2909826e (patch) | |
tree | c645eece9cbe7ff1bf379e65c53470d3bf71bfad | |
parent | 951ba483614fef7d7b9577f43790c49e2f62c36f (diff) |
thumbdir name
-rwxr-xr-x | galgen | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ MY_HEIGHT_SMALL=406 MY_HEIGHT_LARGE=768 MY_QUALITY=85 -MY_THUMBDIR="__thumbs" +MY_THUMBDIR="thumbnails" MY_INDEX_HTML_FILE="index.html" MY_TITLE="Gallery" MY_FOOTER='Created with <a href="https://github.com/Cyclenerd/gallery_shell">gallery.sh</a>' @@ -308,4 +308,4 @@ cat >> "$MY_INDEX_HTML_FILE" << EOF </html> EOF -debugOutput "= done"
\ No newline at end of file +debugOutput "= done" |