From 25ef69650687f0fca9951bdcb16b2b3679a0601d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Sep 2020 15:04:52 +0200 Subject: Updates to private install infrastructure and instructions --- etc/private/vm-login | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/private/vm-login') diff --git a/etc/private/vm-login b/etc/private/vm-login index 4573cba..28e8864 100755 --- a/etc/private/vm-login +++ b/etc/private/vm-login @@ -6,8 +6,7 @@ # usage="usage: $0 " -owd="$(pwd)" -trap "{ cd '$owd'; exit 1; }" ERR +trap "{ exit 1; }" ERR set -o errtrace # Trap in functions. function info () { echo "$*" 1>&2; } -- cgit v1.1