Skip to content

Commit

Permalink
- fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maZahaca committed Apr 21, 2023
1 parent a218493 commit 7b0b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanitizer/src/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi

if [[ -f "${ROLES_FILE_PATH}" ]]; then
log "Restoring '${ROLES_FILE_PATH}'..."
psql -f "${backup_roles_file}" -U postgres
psql -f "${ROLES_FILE_PATH}" -U postgres
status=$?
if [ "$status" != "0" ];
then
Expand Down

0 comments on commit 7b0b667

Please sign in to comment.