Skip to content

Commit

Permalink
WIP: need debug output from entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed May 15, 2024
1 parent b0e0b7b commit 9e44000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cd $(dirname $0)/../
echo "Starting Rancher Server"
#which entrypoint.sh
#cat $(which entrypoint.sh)
entrypoint.sh >./rancher.log 2>&1 &
#bash -ex "$(which entrypoint.sh)" >./rancher.log 2>&1 &
#entrypoint.sh >./rancher.log 2>&1 &
bash -ex "$(which entrypoint.sh)" >./rancher.log 2>&1 &
RANCHER_PID=$!

echo "Waiting for Rancher health check..."
Expand Down

0 comments on commit 9e44000

Please sign in to comment.