From 7b0b66726892df329a068250353fad738bdc6ce9 Mon Sep 17 00:00:00 2001 From: Andrew Red Date: Fri, 21 Apr 2023 15:16:46 +0100 Subject: [PATCH] - fixed typo --- sanitizer/src/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanitizer/src/start.sh b/sanitizer/src/start.sh index d05cd5b..37cf621 100755 --- a/sanitizer/src/start.sh +++ b/sanitizer/src/start.sh @@ -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