aboutsummaryrefslogtreecommitdiff
path: root/blogsend
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-15 00:05:26 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-15 00:05:26 +0200
commit76357404a9139110ba21e687f9d52e12dce4c03f (patch)
tree8e7e87daebbba3c6fcb49429457b6b54d9c24e19 /blogsend
parent8658ea23ab2c71cdf53c213cefb1406018b4efa9 (diff)
downloadblog-76357404a9139110ba21e687f9d52e12dce4c03f.tar.gz
blog-76357404a9139110ba21e687f9d52e12dce4c03f.tar.bz2
blog-76357404a9139110ba21e687f9d52e12dce4c03f.zip
update
Diffstat (limited to 'blogsend')
-rwxr-xr-xblogsend2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogsend b/blogsend
index fee7614..757686b 100755
--- a/blogsend
+++ b/blogsend
@@ -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