We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3f209 commit a46d236Copy full SHA for a46d236
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -206,8 +206,8 @@ function patch_wrappers {
206
if [ -f "$OLD_WRAPPER_LIB_PATH" ]; then
207
LIB_FILE_NAME=$(basename "$OLD_WRAPPER_LIB_PATH")
208
if [ "$WRAPPERS_LIB_PATH" != "$PGLIBNEW/${LIB_FILE_NAME}" ]; then
209
- echo "Copying $PGLIBNEW/${LIB_FILE_NAME} to $WRAPPERS_LIB_PATH"
210
- cp "$PGLIBNEW/${LIB_FILE_NAME}" "$PGLIBNEW/${LIB_FILE_NAME}"
+ echo "Copying $WRAPPERS_LIB_PATH to $PGLIBNEW/${LIB_FILE_NAME}"
+ cp "$WRAPPERS_LIB_PATH" "$PGLIBNEW/${LIB_FILE_NAME}"
211
fi
212
213
0 commit comments