From 89df954a7db37cb2cdf42428c3864e0d4132999d Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 28 Oct 2023 18:14:34 +0000 Subject: [PATCH] s+ow: remove last tee --- s+ow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s+ow b/s+ow index 386da16..362c711 100755 --- a/s+ow +++ b/s+ow @@ -59,7 +59,7 @@ fi # ensure JID targets are set if [ -z "$JID_NOMINAL_TARGET" ] || [ -z "$JID_ERRORED_TARGET" ]; then - echo "s+ow: error: JID targets are not set" | tee "$SPOW_SESH_ERR" + echo "s+ow: error: JID targets are not set" exit 1 fi