From 47ad7b22e4bb0312b008a3b9bd4f7ecdd6b80d09 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Mon, 22 Sep 2014 16:44:19 +0000 Subject: [PATCH] fix path for postgres --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 08cd0778..6c11e728 100644 --- a/setup.sh +++ b/setup.sh @@ -52,7 +52,8 @@ prependPathIfDirExists() { fi } -# Setup epics variables +# Setup path and other variables +PATH=$DM_SUPPORT_DIR/postgresql/$DM_HOST_ARCH/bin:$PATH PATH=$DM_ROOT_DIR/bin:$PATH PATH=.:$PATH export PATH -- GitLab