fix small issues

This commit is contained in:
illiliti 2020-02-25 22:45:21 +03:00
parent ebc9b82c64
commit 599605d91c
2 changed files with 1 additions and 0 deletions

0
files/storage-device Executable file → Normal file
View File

View File

@ -272,6 +272,7 @@ install_driver() {
cut -d " " -f 2 |
while read -r full_driver; do
# check if driver already installed
[ -e "${workdir}${full_driver}" ] &&
continue