2
0

(simatec) Fix Update Error

This commit is contained in:
simatec
2024-07-12 23:31:06 +02:00
parent d7ac8c3fb7
commit 4296d874d0
2 changed files with 12 additions and 1 deletions

View File

@@ -264,7 +264,7 @@ elif [ -f $installPth/.configDone ]; then
echo "${purple}${HLINE}${HLINE_SMALL}${normal}"
echo
done
touch $installPth/.update
bash $installPth/update.sh && exit 0
fi
done