diff options
author | EuAndreh <eu@euandre.org> | 2022-05-16 00:09:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-16 00:09:05 -0300 |
commit | 6afc86bcdaea2d96923c9c6664ccb303c3d737b2 (patch) | |
tree | cd813759f1b1edebeefb011d98269619e8418336 /bin/backup | |
parent | bin/backup: Fix indentation of help text (diff) | |
download | dotfiles-6afc86bcdaea2d96923c9c6664ccb303c3d737b2.tar.gz dotfiles-6afc86bcdaea2d96923c9c6664ccb303c3d737b2.tar.xz |
bin/backup: Remove EXIT trap
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -99,12 +99,6 @@ ARCHIVE_TAG="${1:-}" assert_arg "$ARCHIVE_TAG" 'ARCHIVE_TAG' -finish() { - STATUS=$? - printf '\n>>>\n>>> exit status: %s\n>>>\n\n' "$STATUS" >&2 -} -trap finish EXIT - run() { borg create \ $VERBOSE_FLAGS \ |