From 450c96236058495a1025666344849b6c29e7766d Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Thu, 24 Sep 2020 10:44:28 +0200 Subject: [PATCH] remove a wrong sign --- RandomVideo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RandomVideo.sh b/RandomVideo.sh index ede8f1c..db22233 100755 --- a/RandomVideo.sh +++ b/RandomVideo.sh @@ -4,7 +4,7 @@ cmdjq="$(command -v jq)" if [ -z "$cmdjq" ]; then -i echo "Missing \"jq\"!" + echo "Missing \"jq\"!" exit 1 fi