Skip to content
Snippets Groups Projects
Commit 16eba17c authored by DarkGod's avatar DarkGod
Browse files

plop

parent 6e151e76
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,10 @@ echo "Computing MD5s..."
cd t-engine4-linux64-"$ver"
rm lib64/libopenal.so.1
rm -f all.md5
DISPLAY=:1 ./t-engine -Mtome -n -E'compute_md5_only="all.md5" sleep_on_auth=2' > /dev/null 2>&1
while true; do
DISPLAY=:1 ./t-engine -Mtome -n -E'compute_md5_only="all.md5" sleep_on_auth=2' > /dev/null 2>&1
if test $? -eq 0; then break; fi
done
cd ..
echo "..done"
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment