File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22set -e
33
44# Paths
5- PERSIST_DIR=/var/www/html /config-tool-data
5+ PERSIST_DIR=/var/www/web /config-tool-data
66DB_PATH=${PERSIST_DIR} /db/.ht.sqlite
77DRUSH=/var/www/vendor/bin/drush
88
@@ -23,7 +23,6 @@ if [ ! -f "${DB_PATH}" ]; then
2323 --account-name=admin \
2424 --account-pass=admin \
2525 --existing-config \
26- --db-url=sqlite:///${DB_PATH} \
2726 --yes
2827
2928 ${DRUSH} dcdi \
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ module:
3939 range : 0
4040 responsive_image : 0
4141 serialization : 0
42+ sqlite : 0
4243 system : 0
4344 taxonomy : 0
4445 text : 0
Original file line number Diff line number Diff line change 861861else if (getenv ('DRUPAL_DOCKER ' ) === '1 ' ) {
862862 $ databases ['default ' ]['default ' ] = [
863863 'driver ' => 'sqlite ' ,
864- 'database ' => '/var/www/html /config-tool-data/db/.ht.sqlite ' ,
864+ 'database ' => '/var/www/web /config-tool-data/db/.ht.sqlite ' ,
865865 ];
866866
867867 $ config ['file_public_path ' ] = 'config-tool-data/files ' ;
You can’t perform that action at this time.
0 commit comments