Skip to content

Commit

Permalink
fix: Missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 21, 2018
1 parent a28e627 commit 6c9aa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ sudo -u www-data git config core.filemode false
# chgrp -R www-data $PATH_TO_MISP
# chmod -R 700 $PATH_TO_MISP

echo "--- Creating a python3 virtualenv in /var/www/MISP/venv ---
echo "--- Creating a python3 virtualenv in /var/www/MISP/venv ---"
sudo -u www-data virtualenv -p python3 /var/www/MISP/venv

# make pip happy
Expand Down

0 comments on commit 6c9aa1a

Please sign in to comment.