projects
/
drupal-init-tools.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Check that the "bootstrap" and "clean" subcommands are run in the project dir
[drupal-init-tools.git]
/
libexec
/
clean.sh
diff --git
a/libexec/clean.sh
b/libexec/clean.sh
index
cd33b60
..
b1b4c16
100755
(executable)
--- a/
libexec/clean.sh
+++ b/
libexec/clean.sh
@@
-43,6
+43,8
@@
do
shift
done
+[ -f "bootstrap.conf" ] || { echo "Aborting, run this command from the Drupal project directory." 1>&2; exit 1; }
+
CONFIRMATION_STRING="YESIAMSURE"
echo "WARNING! This removes any files in the config/ web/ and vendor/ directories."