chrome launch issue.
Closed this issue · 0 comments
mohammed-7 commented
provide example of how to set an environment variable
echo 'export RECIPEPUPPY_HOSTPORT=www.recipepuppy.com:80' >> ~/.bashrc
set +e
source ~/.bashrc
set -e
echo $RECIPEPUPPY_HOSTPORT
chrome http://$RECIPEPUPPY_HOSTPORT---- im unable to launch chrome after this ,can plz look into this issue. im using ubuntu 16.04 lts