Skip to content

Commit

Permalink
fix: env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Mar 14, 2024
1 parent 662c97d commit 4d146af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/acq-pod/launch_bluesky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ xauth nlist $LOCAL_DISPLAY | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge -
# https://stackoverflow.com/questions/24112727/relative-paths-based-on-file-location-instead-of-current-working-directory
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )

if [ -z "BSUI_PROFILE_DIR" ]; then
echo "BSUI_PROFILE_DIR is set to $BSUI_PROFILE_DIR"
if [ -z "BLUESKY_PROFILE_DIR" ]; then
echo "BLUESKY_PROFILE_DIR is set to $BLUESKY_PROFILE_DIR"
fi

if [ "$1" != "" ]; then
Expand Down

0 comments on commit 4d146af

Please sign in to comment.