diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-15 00:05:26 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-15 00:05:26 +0200 |
commit | 76357404a9139110ba21e687f9d52e12dce4c03f (patch) | |
tree | 8e7e87daebbba3c6fcb49429457b6b54d9c24e19 /blogsend | |
parent | 8658ea23ab2c71cdf53c213cefb1406018b4efa9 (diff) | |
download | blog-76357404a9139110ba21e687f9d52e12dce4c03f.tar.gz blog-76357404a9139110ba21e687f9d52e12dce4c03f.tar.bz2 blog-76357404a9139110ba21e687f9d52e12dce4c03f.zip |
update
Diffstat (limited to 'blogsend')
-rwxr-xr-x | blogsend | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ mf=LOCAL_DIRECTORY cd $mf || exit -# test if var is sent +# test if hours set if [ -z "$1" ]; then HOURS=1; else |