summaryrefslogtreecommitdiffstats
path: root/collab/drupal/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'collab/drupal/PREPARE')
-rwxr-xr-xcollab/drupal/PREPARE10
1 files changed, 10 insertions, 0 deletions
diff --git a/collab/drupal/PREPARE b/collab/drupal/PREPARE
new file mode 100755
index 0000000000..5f07c71c8a
--- /dev/null
+++ b/collab/drupal/PREPARE
@@ -0,0 +1,10 @@
+message ""
+message "Please make sure you have backed up your data and configuration files before continuing with this installation."
+message ""
+message "Consider this to be your official warning.${DEFAULT_COLOR}"
+message ""
+
+if ! query "Are you comfortable with continuing the install?" n
+then
+ return 1
+fi