fix small issues
This commit is contained in:
parent
ebc9b82c64
commit
599605d91c
0
files/storage-device
Executable file → Normal file
0
files/storage-device
Executable file → Normal file
@ -272,6 +272,7 @@ install_driver() {
|
|||||||
cut -d " " -f 2 |
|
cut -d " " -f 2 |
|
||||||
|
|
||||||
while read -r full_driver; do
|
while read -r full_driver; do
|
||||||
|
|
||||||
# check if driver already installed
|
# check if driver already installed
|
||||||
[ -e "${workdir}${full_driver}" ] &&
|
[ -e "${workdir}${full_driver}" ] &&
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user