Skip to content

Commit

Permalink
fix pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Mar 29, 2023
1 parent 65c8c04 commit 63e820f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils/restart_driver_daemonset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
set -euo pipefail

echo "===================blob log (before restart)==================="
source blob_log.sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source $DIR/blob_log.sh
echo "===================================================================="

echo "restart driver node daemonset ..."
Expand Down

0 comments on commit 63e820f

Please sign in to comment.