Skip to content

Commit 40fdd1e

Browse files
committed
Add pgpro-upgrade location for sles-11
1 parent ab29361 commit 40fdd1e

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 /usr/share/pgsql ; do
26+
for dir in "$PGSHARE" /usr/pgsql-9.5/share /usr/share/postgresql/9.5 /usr/pgsql/9.5/share /usr/share/pgsql /usr/share/postgrespro95 ; do
2727
if [ -d "$dir/pgpro-upgrade" ]; then
2828
DIR="$dir/pgpro-upgrade"
2929
break

0 commit comments

Comments
 (0)