From e957ddabf30d5269e7a424a1c4563a6dad2c5e1a Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Fri, 27 May 2022 21:25:46 -0600 Subject: [PATCH] fix: lint --- src/srvinfra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srvinfra.sh b/src/srvinfra.sh index f893c80..9d2c0bc 100755 --- a/src/srvinfra.sh +++ b/src/srvinfra.sh @@ -62,7 +62,7 @@ import_encrypted_database() { decrypted_sql_file_path="$(echo "$4" | cut -d. -f1)".sql decrypt_database_backup "$4" "$2" - + import_database "$1" "$2" "$3" "$decrypted_sql_file_path" rm "$decrypted_sql_file_path" || exit 1