Skip to content

Commit de19ac2

Browse files
authored
chore: fixing wrappers workaround once again (#777)
* chore: fixing wrappers workaround once again
1 parent 51f67cc commit de19ac2

File tree

1 file changed

+1
-1
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+1
-1
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ function initiate_upgrade {
268268
LIB_FILE_NAME=$(basename "$OLD_WRAPPER_LIB_PATH")
269269
if [ "$WRAPPERS_LIB_PATH" != "$PGLIBNEW/${LIB_FILE_NAME}" ]; then
270270
echo "Copying $OLD_WRAPPER_LIB_PATH to $WRAPPERS_LIB_PATH"
271-
cp "$OLD_WRAPPER_LIB_PATH" "$WRAPPERS_LIB_PATH"
271+
cp "$WRAPPERS_LIB_PATH" "$PGLIBNEW/${LIB_FILE_NAME}"
272272
fi
273273
fi
274274
fi

0 commit comments

Comments
 (0)