File tree 1 file changed +2
-2
lines changed
ansible/files/admin_api_scripts/pg_upgrade_scripts
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ function patch_wrappers {
211
211
WRAPPERS_LIB_PATH_DIR=$( dirname " $WRAPPERS_LIB_PATH " )
212
212
if [ " $WRAPPERS_LIB_PATH " != " $WRAPPERS_LIB_PATH_DIR /${OLD_LIB_FILE_NAME} " ]; then
213
213
echo " Copying $WRAPPERS_LIB_PATH to $WRAPPERS_LIB_PATH_DIR /${OLD_LIB_FILE_NAME} "
214
- cp " $WRAPPERS_LIB_PATH " " $WRAPPERS_LIB_PATH_DIR /${OLD_LIB_FILE_NAME} "
214
+ cp " $WRAPPERS_LIB_PATH " " $WRAPPERS_LIB_PATH_DIR /${OLD_LIB_FILE_NAME} " || true
215
215
fi
216
216
fi
217
217
done
@@ -225,7 +225,7 @@ function patch_wrappers {
225
225
LIB_FILE_NAME=$( basename " $OLD_WRAPPER_LIB_PATH " )
226
226
if [ " $WRAPPERS_LIB_PATH " != " $PGLIBNEW /${LIB_FILE_NAME} " ]; then
227
227
echo " Copying $WRAPPERS_LIB_PATH to $PGLIBNEW /${LIB_FILE_NAME} "
228
- cp " $WRAPPERS_LIB_PATH " " $PGLIBNEW /${LIB_FILE_NAME} "
228
+ cp " $WRAPPERS_LIB_PATH " " $PGLIBNEW /${LIB_FILE_NAME} " || true
229
229
fi
230
230
fi
231
231
fi
You can’t perform that action at this time.
0 commit comments