Skip to content

Commit 49cdfdc

Browse files
PululuKnicosomb
andauthored
Update base/config_files/docker_run.sh
Co-authored-by: Nicolas Lœuillet <nicolas@loeuillet.org>
1 parent 25d21df commit 49cdfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/config_files/docker_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./app/config/parameters.php ] &&
8282
echo "\n* Launching the installer script..."
8383

8484
if [ $PS_ERASE_DB = 1 ]; then
85-
echo "\n* Existing database $DB_NAME will be droped"
85+
echo "\n* Existing database $DB_NAME will be dropped"
8686
fi
8787

8888
runuser -g www-data -u www-data -- php -d memory_limit=-1 /var/www/html/$PS_FOLDER_INSTALL/index_cli.php \

0 commit comments

Comments
 (0)