mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
fix: Shellcheck (#509)
This commit is contained in:
parent
9db12cd25f
commit
19aa313753
@ -43,7 +43,7 @@ if [ ! -c "$dev" ]; then
|
||||
fi
|
||||
|
||||
if [ ! -c "$dev" ]; then
|
||||
error "Device `$dev` not found!"
|
||||
error "Device '$dev' not found!"
|
||||
finish 34
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user