Skip to content

Commit

Permalink
chore: fixing wrappers workaround once again (#777)
Browse files Browse the repository at this point in the history
* chore: fixing wrappers workaround once again
  • Loading branch information
pcnc authored Oct 27, 2023
1 parent 51f67cc commit de19ac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function initiate_upgrade {
LIB_FILE_NAME=$(basename "$OLD_WRAPPER_LIB_PATH")
if [ "$WRAPPERS_LIB_PATH" != "$PGLIBNEW/${LIB_FILE_NAME}" ]; then
echo "Copying $OLD_WRAPPER_LIB_PATH to $WRAPPERS_LIB_PATH"
cp "$OLD_WRAPPER_LIB_PATH" "$WRAPPERS_LIB_PATH"
cp "$WRAPPERS_LIB_PATH" "$PGLIBNEW/${LIB_FILE_NAME}"
fi
fi
fi
Expand Down

0 comments on commit de19ac2

Please sign in to comment.