Do not make critical the deletion of temporary files

This commit is contained in:
Héctor Molinero Fernández
2021-06-01 20:47:25 +02:00
parent 435672fb10
commit d3e67be89a

View File

@@ -3,7 +3,7 @@
set -eu
# Remove leftover files
find /tmp/ -mindepth 1 -delete
find /tmp/ -mindepth 1 -delete ||:
# Add GPU devices groups to additional groups
for dev in /dev/dri/*; do