Skip to content

Commit

Permalink
Update bash script for failsafe current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 10, 2024
1 parent 53c4a15 commit b74d8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_e2e_env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DIR=$(dirname "$0")
DIR="$(CDPATH= cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

function start_app() {
mkdir -p test-logs/e2e-test-env
Expand Down

0 comments on commit b74d8a3

Please sign in to comment.