Remove -e
This commit is contained in:
parent
7072f4ccba
commit
76e47a4b34
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
set -uo pipefail
|
||||
# shellcheck disable=SC1091
|
||||
[ -r /var/lib/from_repos/ad_scripts/shared_functions.sh ] && . /var/lib/from_repos/ad_scripts/shared_functions.sh
|
||||
function usage() {
|
||||
|
|
Loading…
Reference in a new issue