We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d21df commit 49cdfdcCopy full SHA for 49cdfdc
base/config_files/docker_run.sh
@@ -82,7 +82,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./app/config/parameters.php ] &&
82
echo "\n* Launching the installer script..."
83
84
if [ $PS_ERASE_DB = 1 ]; then
85
- echo "\n* Existing database $DB_NAME will be droped"
+ echo "\n* Existing database $DB_NAME will be dropped"
86
fi
87
88
runuser -g www-data -u www-data -- php -d memory_limit=-1 /var/www/html/$PS_FOLDER_INSTALL/index_cli.php \
0 commit comments