There was an error while loading. Please reload this page.
1 parent 3cbfd11 commit deab2faCopy full SHA for deab2fa
1 file changed
components/builder-api/habitat/hooks/init
@@ -15,7 +15,7 @@ if command psql --no-password -c ";"; then
15
echo The builder-datastore is available to the builder-api
16
exit 0
17
else
18
- ldd psql
+ echo $PATH
19
echo The builder-datastore is UNAVAILABLE to the builder-api
20
exit 3
21
fi
0 commit comments