diff --git a/install.sh b/install.sh index c95824d..781f18e 100755 --- a/install.sh +++ b/install.sh @@ -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 @@ -122,4 +122,4 @@ else fi -echo Success! Jumper logging agent is now installed and running. \ No newline at end of file +echo Success! Jumper logging agent is now installed and running.