Fix shellcheck errors

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-06-04 21:21:48 +02:00
parent 53fb7ae0ef
commit ba3e290915
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ Time:
echo -e " ${INFO} Blocking already disabled, nothing to do"
exit 0
fi
if [[ $# > 1 ]]; then
if [[ $# -gt 1 ]]; then
local error=false
if [[ "${2}" == *"s" ]]; then
tt=${2%"s"}