Skip to content

Commit

Permalink
Fixed missing early exit upon unhandled file
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 committed Apr 12, 2018
1 parent 69ab306 commit ef958a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/nvidia-bootstrap/image/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ for (( i=0; i<${length}; i++ )); do
touch $filepath_installed # Mark successful installation
else
echo "Unable to handle file $filepath_host"
exit 1
fi
fi
done
Expand Down

0 comments on commit ef958a7

Please sign in to comment.