Merge branch 'master' of github.com:FunKey-Project/FunKey-OS

This commit is contained in:
Vincent-FK 2020-11-08 16:29:57 +01:00
commit bf67915595
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ mount_share () {
fi
# Check if there is a software update file
for file in $(ls /mnt/FunKey-*.swu); do
for file in $(ls /mnt/FunKey-*.swu >/dev/null 2>&1); do
swupdate -i "${file}"
if [ $? -ne 0 ]; then
break