Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 28, 2022
1 parent 58f5fa2 commit e957dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/srvinfra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e957dda

Please sign in to comment.