diff options
author | tsxv478 <atci39@rambler.ru> | 2023-06-30 23:36:51 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2023-06-30 23:36:51 +0300 |
commit | 7a79cfccd6d5917616fa9250dc231480fe6f0d36 (patch) | |
tree | c645eece9cbe7ff1bf379e65c53470d3bf71bfad | |
parent | 1b620adf6e67ce83c53150a8be8a4a7609167924 (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" |