We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
~/.pgpass
1 parent 1400ce6 commit fc2c583Copy full SHA for fc2c583
1 file changed
spryker/usr/local/share/spryker/spryker_functions.sh
@@ -49,11 +49,7 @@ do_spryker_app_permissions() {
49
50
do_spryker_config_create() (
51
set +x
52
- if [ "$NON_PRIVELEGED_USER" = "true" ]; then
53
- local target=~/.pgpass
54
- else
55
- local target=/root/.pgpass
56
- fi
+ local target=~/.pgpass
57
58
echo "Creating Postgres Credentials file in "$target
59
# create .pgpass in home directory for postgres client
0 commit comments