fix: Shellcheck (#509)

This commit is contained in:
Kroese 2023-12-28 08:35:51 +01:00 committed by GitHub
parent 9db12cd25f
commit 19aa313753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ if [ ! -c "$dev" ]; then
fi fi
if [ ! -c "$dev" ]; then if [ ! -c "$dev" ]; then
error "Device `$dev` not found!" error "Device '$dev' not found!"
finish 34 finish 34
fi fi