Skip to content

Commit d7cbba8

Browse files
committed
Check real parameters file instead of legacy deprecated one
1 parent 9674dea commit d7cbba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/docker_run_git.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ else
106106
echo "error_log=/var/www/html/var/logs/php.log" >> /usr/local/etc/php/php.ini
107107
fi
108108

109-
if [ ! -f ./config/settings.inc.php ]; then
109+
if [ ! -f ./app/config/parameters.php ]; then
110110
if [ $PS_INSTALL_AUTO = 1 ]; then
111111

112112
echo "\n* Installing PrestaShop, this may take a while ...";

0 commit comments

Comments
 (0)