Skip to content

Commit

Permalink
fix trap
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 14, 2017
1 parent 30dee3b commit 9b6c388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-diskimage
Expand Up @@ -182,7 +182,7 @@ trap "cleanup" EXIT
LC_ALL=C fai $renew -u $hname -s $uri -c$classes install $mnt
cleanup

trap - ERR
trap - EXIT

# convert if needed
if [ $convert -eq 1 ]; then
Expand Down

0 comments on commit 9b6c388

Please sign in to comment.