Fixed generation of default agent

This commit is contained in:
Jiri Vanek 2019-08-27 17:17:17 +02:00
commit 0e3b21d94a
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ then
RESULT_OF_GREP="$(grep -rq $AGENT_PREFIX $CONFIG_FILE)"
echo "Agent path is already set in $CONFIG_FILE as ${RESULT_OF_GREP}. Skipping agent path setting." >&2
else
echo $AGENT_STRING >> $CONFIG_FILE >&2
echo $AGENT_STRING >> $CONFIG_FILE
fi
else