small fixes

This commit is contained in:
teldra 2022-06-26 19:16:55 +02:00
parent 0975873f3e
commit 53b7c7ae21
1 changed files with 1 additions and 1 deletions

View File

@ -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"