Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
ianliuwk1019 committed Sep 6, 2024
1 parent 1ef9e90 commit 084909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ objects:
if [ $db_restore_cmd_status -eq 0 ]; then
echo "Running database restore with backup SQL file: $sql_file"
psql -h ${NAME}-${ZONE}-${COMPONENT} -U ${POSTGRES_USER} -d ${POSTGRES_DB} --set ON_ERROR_STOP=on -f $sql_file
db_restore_cmd_status = $?
db_restore_cmd_status=$?
fi
if [ $db_restore_cmd_status -ne 0 ]; then
Expand Down

0 comments on commit 084909a

Please sign in to comment.