mirror of https://github.com/kubernetes/kops.git
Fixed missing early exit upon unhandled file
This commit is contained in:
parent
69ab306eac
commit
ef958a7f87
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue