Skip to content

Commit ab29361

Browse files
committed
add alt path to lists of path to search for scripts
1 parent ae89d20 commit ab29361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pgpro-upgrade/pgpro_upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case "$PGBIN" in
2323
;;
2424
esac
2525

26-
for dir in "$PGSHARE" /usr/pgsql-9.5/share /usr/share/postgresql/9.5 /usr/pgsql/9.5/share ; do
26+
for dir in "$PGSHARE" /usr/pgsql-9.5/share /usr/share/postgresql/9.5 /usr/pgsql/9.5/share /usr/share/pgsql ; do
2727
if [ -d "$dir/pgpro-upgrade" ]; then
2828
DIR="$dir/pgpro-upgrade"
2929
break

0 commit comments

Comments
 (0)