mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-12 04:53:44 +08:00
fix: Shellcheck (#509)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user