Skip to content

Commit

Permalink
setup_server.sh: Comment out currently obsolete part
Browse files Browse the repository at this point in the history
  • Loading branch information
frestr committed Apr 5, 2017
1 parent a6cfd61 commit 24bbd10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ EOF
fi


echo '[+] Add paths to config files'
sed -i "s|ADD_PROJECT_PATH_HERE|${CURR_DIR}|g" "${CURR_DIR}/probe_website/settings.py"
sed -i "s|ADD_CERT_DIR_HERE|${CURR_DIR}/ansible-probes/certs|g" "${CURR_DIR}/ansible-probes/group_vars/all/locations"
# echo '[+] Add paths to config files'
# sed -i "s|ADD_PROJECT_PATH_HERE|${CURR_DIR}|g" "${CURR_DIR}/probe_website/settings.py"
# sed -i "s|ADD_CERT_DIR_HERE|${CURR_DIR}/ansible-probes/certs|g" "${CURR_DIR}/ansible-probes/group_vars/all/locations"

0 comments on commit 24bbd10

Please sign in to comment.