# Parameters
SHARE="$1"
-PROJECT="`pwd`"
+PROJECT="$(basename `pwd`)"
# Include basic functions
source $SHARE/templater/functions || exit 1
# Run drush site-install
site_install:
- $(DRUSH) site-install
+ $(DRUSH) site-install -y
# Run drush site-install, sqlite version
# See https://api.drupal.org/api/drupal/core%21INSTALL.sqlite.txt/8.4.x
# Parameters
SHARE="$1"
-PROJECT="`pwd`"
+PROJECT="$(basename `pwd`)"
BOOTSTRAP="https://git.fluxo.info/puppet-bootstrap"
# Include basic functions
# Parameters
SHARE="$1"
-PROJECT="`pwd`"
# Include basic functions
source $SHARE/templater/functions || exit 1