Skip to content

Commit

Permalink
Remove set -e from scripts sourced from .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Dec 12, 2023
1 parent 80324d2 commit 155f722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions apache-nodes/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -e

# cgroup v2: enable nesting
if [ -f /sys/fs/cgroup/cgroup.controllers ]; then
echo "in cgroupv2 branch"
Expand Down
2 changes: 1 addition & 1 deletion apache-nodes/wait-for-process.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
source /opt/bash-utils/logger.sh
set -e

function wait_for_process () {
local max_time_wait=30
local process_name="$1"
Expand Down

0 comments on commit 155f722

Please sign in to comment.