aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbin <cam@sdf.org>2021-11-07 10:33:03 -0700
committersbin <cam@sdf.org>2021-11-07 10:33:03 -0700
commit82a2de7a224fb54387674baf2237583f8915307b (patch)
treec24583d0361831ee8924cf6fb001409038253222
parentb304eeffd5a63e9e9dda54ea30a078cf0983f0bb (diff)
downloadbashweb-82a2de7a224fb54387674baf2237583f8915307b.tar.gz
bashweb-82a2de7a224fb54387674baf2237583f8915307b.tar.bz2
bashweb-82a2de7a224fb54387674baf2237583f8915307b.zip
logging
-rwxr-xr-xbashweb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashweb.sh b/bashweb.sh
index 8893641..411e72b 100755
--- a/bashweb.sh
+++ b/bashweb.sh
@@ -32,6 +32,6 @@ main () {
while true
do
- main &>/dev/null
+ main &>log
done