Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Apr 29, 2014
2 parents 5f755a4 + 9a75819 commit f38db1d
Show file tree
Hide file tree
Showing 3 changed files with 1,064 additions and 1 deletion.
3 changes: 3 additions & 0 deletions platforms/debian/set_dbconfig_vars.sh.in
Expand Up @@ -16,6 +16,7 @@ else
dbname=`get_database_name`
dbuser=`get_database_user`
dbpass=`get_database_password`
<<<<<<< HEAD
case "`get_database_driver || true`" in
postgresql)
dbtype="pgsql"
Expand All @@ -31,4 +32,6 @@ else
dbtype="sqlite3"
;;
esac
=======
>>>>>>> origin/playground
fi

0 comments on commit f38db1d

Please sign in to comment.