Skip to content

Commit

Permalink
Added getTablePrefix to validating db dump
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-ziemniewicz committed Apr 22, 2022
1 parent 4ffcb41 commit cda6c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m2install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ function restore_db()
function validateDatabaseDumpDataExists()
{
local isError=
if [ -z "$(getAllTables 'store')" ]
if [ -z "$(getAllTables \"$(getTablePrefix)store\")" ]
then
printError "The store table is not found"
isError="1"
Expand Down

0 comments on commit cda6c6d

Please sign in to comment.