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 a218493 commit 7b0b667Copy full SHA for 7b0b667
sanitizer/src/start.sh
@@ -45,7 +45,7 @@ fi
45
46
if [[ -f "${ROLES_FILE_PATH}" ]]; then
47
log "Restoring '${ROLES_FILE_PATH}'..."
48
- psql -f "${backup_roles_file}" -U postgres
+ psql -f "${ROLES_FILE_PATH}" -U postgres
49
status=$?
50
if [ "$status" != "0" ];
51
then
0 commit comments