Fix style

This commit is contained in:
Alexey Milovidov 2023-07-20 04:50:12 +02:00
parent f458108c44
commit fa44f84377
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
# shellcheck disable=SC2015
set -exu
trap "exit" INT TERM

View File

@ -1,4 +1,5 @@
#!/bin/bash
# shellcheck disable=SC2015
set -x
set -e