Skip to content

Commit

Permalink
Added directory creation
Browse files Browse the repository at this point in the history
for some reason the log command wouldnt work without the directory
already present, so... we made it present. Also added the secrets
folder.
  • Loading branch information
Braxton committed Jan 10, 2017
1 parent a5049a4 commit 31842cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pip install -r requirements.txt
mkdir logs
mkdir secrets
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash
pip install -r requirements.txt
mkdir logs
mkdir secrets

0 comments on commit 31842cb

Please sign in to comment.