8000 chore: shellcheck fix · hscmgroup/postgres@bf3f209 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf3f209

Browse files
pcncdarora
authored andcommitted
chore: shellcheck fix
1 parent 1c6dc82 commit bf3f209

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
@@ -189,7 +189,7 @@ function patch_wrappers {
189189
OLD_WRAPPER_LIB_PATH=$(find "$PGLIBOLD" -name "wrappers*so" -print -quit)
190190
OLD_LIB_FILE_NAME=$(basename "$OLD_WRAPPER_LIB_PATH")
191191

192-
find /nix/store/ -name "wrappers*so" -print0 | while read -d $'\0' WRAPPERS_LIB_PATH; do
192+
find /nix/store/ -name "wrappers*so" -print0 | while read -r -d $'\0' WRAPPERS_LIB_PATH; do
193193
if [ -f "$WRAPPERS_LIB_PATH" ]; then
194194
WRAPPERS_LIB_PATH_DIR=$(dirname "$WRAPPERS_LIB_PATH")
195195
if [ "$WRAPPERS_LIB_PATH" != "$WRAPPERS_LIB_PATH_DIR/${OLD_LIB_FILE_NAME}" ]; then

0 commit comments

Comments
 (0)
0