From 53b7c7ae21b882ab33bfec799e15afbd0fd2906c Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 19:16:55 +0200 Subject: [PATCH] small fixes --- add_archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_archive.sh b/add_archive.sh index 8e54a675..46a07b7f 100755 --- a/add_archive.sh +++ b/add_archive.sh @@ -10,7 +10,7 @@ warn() { echo "${1}" zenity --warning --no-wrap --text "${1}" } - +set -x if ! command -v unzip &> /dev/null then err "'unzip' could not be found"