use colon as nullcommand instead of dummy statement
This commit is contained in:
@ -148,8 +148,7 @@ case ${RET} in
|
||||
get_devices "$devices" "$dev"
|
||||
RET="$?"
|
||||
if test "$RET" = 0
|
||||
then
|
||||
dummy=dummy
|
||||
then :
|
||||
else
|
||||
echo "FAIL : ${SELF} : Device scan or single drive listing failed"
|
||||
exit "$RET"
|
||||
|
Reference in New Issue
Block a user