Skip to content

Commit

Permalink
Merge pull request #96 from filipposironi/master
Browse files Browse the repository at this point in the history
setup: changed config file mode bits
  • Loading branch information
khamidou committed Oct 22, 2014
2 parents 2358692 + a84e8be commit 5c32879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ elif [ $src -nt $dest ]; then
exit 1
fi
fi
chmod 644 $dest

color '35;1' 'Copying default secrets configuration to /etc/inboxapp'
src=./etc/secrets-dev.yml
Expand All @@ -132,6 +133,7 @@ elif [ $src -nt $dest ]; then
exit 1
fi
fi
chmod 644 $dest

if $configure_db; then
# Mysql config
Expand Down

0 comments on commit 5c32879

Please sign in to comment.