Skip to content

Commit

Permalink
Use file-simple configuration for non-Auth setups (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj authored and Andrew Woods committed Oct 14, 2016
1 parent 5f8c1e6 commit c325e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_scripts/fedora4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
if [ "${FEDORA_AUTH}" = "true" ]; then
MODESHAPE_CONFIG="classpath:/config/servlet-auth/repository.json"
else
MODESHAPE_CONFIG="classpath:/config/minimal-default/repository.json"
MODESHAPE_CONFIG="classpath:/config/file-simple/repository.json"
fi

if ! grep -q "${MODESHAPE_CONFIG}" /etc/default/tomcat7 ; then
Expand Down

0 comments on commit c325e30

Please sign in to comment.