aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/scripts/setupSchema/Footer.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/scripts/setupSchema/Footer.js')
-rw-r--r--server/src/scripts/setupSchema/Footer.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/src/scripts/setupSchema/Footer.js b/server/src/scripts/setupSchema/Footer.js
new file mode 100644
index 0000000..d2ee14f
--- /dev/null
+++ b/server/src/scripts/setupSchema/Footer.js
@@ -0,0 +1,7 @@
+/**
+ * This script will be run once all questions have finished and no errors have
+ * occured. You can congratulate the user on their fine choice in software usage
+ *
+ */
+
+console.log('Config generated! You may now start the server normally.');