Skip to content
Snippets Groups Projects
Commit 47ad7b22 authored by sveseli's avatar sveseli
Browse files

fix path for postgres

parent 519debc3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment