Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
danegoodwin committed Aug 3, 2016
1 parent c93f34e commit efd855b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ sudo -u postgres bash -c "psql < createdb.sql"
sudo -u postgres bash -c "psql autodane < createdbstructure.sql"
sudo -u postgres bash -c "psql autodane -c \"grant all privileges on all tables in schema public to autodane\""
sudo -u postgres bash -c "psql autodane -c \"grant all privileges on all sequences in schema public to autodane\""

mkdir temp
mkdir logs

0 comments on commit efd855b

Please sign in to comment.