Skip to content

Commit

Permalink
fix path of the $file
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Aug 31, 2023
1 parent e2f4cfd commit 2b12dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait-and-load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ then
for file in "${prefix}"/dumps/*;
do
echo Restoring "$file"
psql "$DATABASE_URL" -q < "${prefix}"/dumps/"$file"
psql "$DATABASE_URL" -q < "$file"
sleep 0.1
done
psql "$DATABASE_URL" -q < "${prefix}"/create-views.sql
Expand Down

0 comments on commit 2b12dd0

Please sign in to comment.