mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2025-09-09 19:57:11 +02:00
Solved shellcheck hints
This commit is contained in:
@@ -5,11 +5,11 @@ info "Actual mounted devices:"
|
||||
echo
|
||||
ls -lasi /dev/ | grep -E "sd|mm"
|
||||
echo
|
||||
while [ \! -b "$ifi" ]
|
||||
while [ ! -b "$ifi" ]
|
||||
do
|
||||
info "Please select the correct device."
|
||||
question "/dev/:"
|
||||
read device
|
||||
read -r device
|
||||
ifi="/dev/$device"
|
||||
done
|
||||
while [ "$path" == "" ]
|
||||
|
Reference in New Issue
Block a user