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
1 parent f38db1d commit 5af3cb5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platforms/debian/set_dbconfig_vars.sh.in
Expand Up @@ -16,7 +16,6 @@ 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 @@ -32,6 +31,4 @@ else
dbtype="sqlite3"
;;
esac
=======
>>>>>>> origin/playground
fi

0 comments on commit 5af3cb5

Please sign in to comment.