commit ffe30805eadc42fd1fed4b8e37b4e8a8712c3efb parent 44475a26bc2b8b643edb588deef5f31257bcf9cb Author: Sören Tempel <soeren+git@soeren-tempel.net> Date: Fri, 25 Sep 2015 21:47:37 +0200 exit if any command fails Diffstat:
M | tpm | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tpm b/tpm @@ -14,6 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +set -e umask 077 ##