mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
importer: clear DEV after use always
This commit is contained in:
parent
c72b50a7a9
commit
dc3df43a97
@ -194,9 +194,11 @@ while : ; do
|
||||
elif [ "${DEV}" = "!" ]; then
|
||||
# secret escape! (not so secret now, is it?)
|
||||
csh
|
||||
DEV=
|
||||
continue
|
||||
elif ! probe_for_part ${DEV}; then
|
||||
echo "No known partition layout was found for '${DEV}'."
|
||||
DEV=
|
||||
continue
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user