Project

General

Profile

« Previous | Next » 

Revision 272

Moved bien_password to new config dir

View differences:

Makefile
70 70
psqlOpts := --set ON_ERROR_STOP=1 --quiet
71 71
psqlAsAdmin := sudo -u postgres psql $(psqlOpts)
72 72
psqlAsBien := ./util/psql_vegbien $(psqlOpts)
73
bienPassword := $(shell cat util/bien_password)
73
bienPassword := $(shell cat config/bien_password)
74 74

  
75 75
postgres_user: _not_file
76 76
	-echo "CREATE USER bien PASSWORD '$(bienPassword)';"|$(psqlAsAdmin)

Also available in: Unified diff