Skip to content

Commit

Permalink
Instead of appending lines for every PATH variables changed it to rep…
Browse files Browse the repository at this point in the history
…lace exisitng line
  • Loading branch information
deepamartin authored Aug 17, 2021
1 parent 9904de6 commit 67b84fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ then
done
fi
echo "Environment PATH=$DEFAULTPATH"
echo "PATH=$DEFAULTPATH" >> $AGENTDIR/env.conf
echo "PATH=$DEFAULTPATH" > $AGENTDIR/env.conf

if [ ! -z "$ENV_VARS" ]
then
Expand Down

0 comments on commit 67b84fe

Please sign in to comment.