Skip to content

Commit

Permalink
Make auth subdirectory on install
Browse files Browse the repository at this point in the history
  • Loading branch information
tstonis committed Aug 18, 2013
1 parent ee93330 commit 631afde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/haraka
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ else if (parsed.install) {
mkDir(path.join(pa, 'plugins'));
mkDir(path.join(pa, 'docs'));
mkDir(path.join(pa, 'docs/plugins'));
mkDir(path.join(pa, 'docs/plugins/auth'));
copyDir(path.join(base, 'config'), path.join(pa, 'config'));
createFile(path.join(pa, 'README'), readme);
createFile(path.join(pa, 'package.json'), packageJson);
Expand Down

0 comments on commit 631afde

Please sign in to comment.