Skip to content

Commit

Permalink
Fixed #124: after deploy crypt key is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Voronoy committed Jun 13, 2017
1 parent e96a8e4 commit a2d7286
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 @@ -755,7 +755,7 @@ function updateMagentoEnvFile()
then
if grep key app/etc/env.php.merchant | grep -q "[\'][,]"
then
_key=$(grep key app/etc/env.php.merchant | grep -q "[\'][,]")
_key=$(grep key app/etc/env.php.merchant | grep "[\'][,]")
else
_key=$(sed -n "/key/,/[\'][,]/p" app/etc/env.php.merchant)
fi
Expand Down

0 comments on commit a2d7286

Please sign in to comment.