commit fed33d13ec178dc29265ceb4d974e7c1b14ffd38 parent 4121d307784d31608e167d2b0e1dd489bbdaf6b1 Author: hhvn <hayden@haydenvh.com> Date: Thu, 4 Feb 2021 09:35:05 +0000 include/common.sh: add disconnection event for die() Diffstat:
M | include/common.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/common.sh b/include/common.sh @@ -10,6 +10,7 @@ bin(){ die(){ unlock_all error "$@" + add_log "disconnection" "${REMOTE_HOST:-localhost}" exit 1 }