mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08: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…
x
Reference in New Issue
Block a user