Skip to content

Commit

Permalink
Merge pull request #8167 from opencrvs/auto-pr-release-v1.6.2-8158-13974
Browse files Browse the repository at this point in the history
πŸ’ Merge changes from PR #8158 to release-v1.6.2
  • Loading branch information
euanmillar authored Dec 6, 2024
2 parents 4368528 + 020b2c0 commit 5c54bc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ elif [ "$(uname)" == "Darwin" ]; then
echo -e "\033[32m::::::::::::::::::::::::: You are running Mac OSX. :::::::::::::::::::::::::\033[0m"
echo
OS="MAC"
export NODE_OPTIONS="--dns-result-order=ipv4first"
else
echo "Sorry your operating system is not supported."
echo "YOU MUST BE RUNNING A SUPPORTED OS: MAC or UBUNTU > 18.04"
Expand Down Expand Up @@ -379,6 +380,9 @@ set -- $(stty size) #$1=rows, $2=columns
#start a new session in dettached mode with resizable panes
tmux new-session -s opencrvs -n opencrvs -d -x "$2" -y "$(($1 - 1))"
TMUX_STARTED=1
if [ "$(uname)" == "Darwin" ]; then
tmux set-environment NODE_OPTIONS "--dns-result-order=ipv4first"
fi
tmux set -p @mytitle "opencrvs-core-working"
tmux send-keys -t opencrvs "bash development-environment/summary.sh" C-m
tmux split-window -h -l '30%'
Expand Down

0 comments on commit 5c54bc3

Please sign in to comment.