Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Remove copy of flask folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alcampos committed Jul 14, 2017
1 parent 6cea42e commit 76f00fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ touch /etc/assimilator/firewalls.json
touch /etc/assimilator/api.key
touch /var/www/assimilator/__init__.py
cp -R ${PWD}/app /var/www/assimilator/
cp -R ${PWD}/flask /var/www/assimilator/

echo "Generating RSA key pair..."
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/assimilator.key -out /etc/apache2/ssl/assimilator.crt
Expand Down

0 comments on commit 76f00fd

Please sign in to comment.