Project

General

Profile

« Previous | Next » 

Revision 13014

fix: /Makefile: postgres_restart-Linux: added pause after telling the user the command to run

View differences:

trunk/Makefile
168 168
postgres_restart-Linux: _always
169 169
	@echo $(emph)'restart PostgreSQL manually:'$(endEmph)
170 170
	@echo $(call pg_ctl-$(os),restart)
171
	@$(wait)
171 172
postgres_restart-Darwin: _always
172 173
	@echo $(call pg_ctl-$(os),restart)
173 174

  
......
185 186
-$(asAdmin) mv -n $(linuxPostgresDir)/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf.old
186 187
$(asAdmin) cp --preserve=timestamps schemas/pg_hba.conf $(linuxPostgresDir)/pg_hba.conf
187 188
$(MAKE) postgres_restart-$(os)
188
@$(wait)
189 189

  
190 190
endef
191 191

  

Also available in: Unified diff