Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dansheme authored May 24, 2017
1 parent 8b97885 commit ddb36e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ chown ${SERVICE_USER}:${SERVICE_USER} ${FIFO_DIR}

echo Copying files...
# Copying the agent to its final destination
COPY_FILES="jumper_logging_agent README.rst setup.py setup.cfg agent_main.py"
COPY_FILES="jumper_logging_agent README.md setup.py setup.cfg agent_main.py"
for FILE in ${COPY_FILES}; do
cp -R ${SCRIPT_DIR}/${FILE} ${DEST_DIR}/
done
Expand Down Expand Up @@ -122,4 +122,4 @@ else
fi


echo Success! Jumper logging agent is now installed and running.
echo Success! Jumper logging agent is now installed and running.

0 comments on commit ddb36e8

Please sign in to comment.