Skip to content

Commit

Permalink
Merge pull request yvoronoy#193 from radek-ziemniewicz/hotfix/validat…
Browse files Browse the repository at this point in the history
…e-db-with-prefix

Added getTablePrefix to validating db dump
  • Loading branch information
yvoronoy authored Sep 27, 2022
2 parents 345d756 + cda6c6d commit 1ccde0d
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 @@ -803,7 +803,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 1ccde0d

Please sign in to comment.