diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-15 00:05:55 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-15 00:05:55 +0200 |
commit | d6d1614c3541c9105acce4d99a2aa1c4432f68a5 (patch) | |
tree | b46e3e9ba18e0767402b4dee2030feba41f15246 | |
parent | 76357404a9139110ba21e687f9d52e12dce4c03f (diff) | |
download | blog-d6d1614c3541c9105acce4d99a2aa1c4432f68a5.tar.gz blog-d6d1614c3541c9105acce4d99a2aa1c4432f68a5.tar.bz2 blog-d6d1614c3541c9105acce4d99a2aa1c4432f68a5.zip |
update
-rwxr-xr-x | blogsend | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ cd $mf || exit if [ -z "$1" ]; then HOURS=1; else - # test if va is a number + # test if var is a number if [ "$1" -eq "$1" ]; then HOURS="$1"; else |