summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/99-end_message.inc
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/includes/99-end_message.inc')
-rw-r--r--satellit_installer/includes/99-end_message.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/satellit_installer/includes/99-end_message.inc b/satellit_installer/includes/99-end_message.inc
deleted file mode 100644
index d9e8cc2..0000000
--- a/satellit_installer/includes/99-end_message.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-end_message() {
- echo "#"
- echo "# Now, as the first part of the setup went through, a little reminder may be in place:"
- echo "#"
- echo "# The second setup part will be started by a dropped script anchored in root's .bashrc."
- echo "# To activate this script simply re-log in as root, or do a reboot. A reboot is not"
- echo "# quite necessary but will do no harm either."
- echo "#"
- echo "# Keep in mind the mysql-passwords will be written in encrypted form to static_files"
- echo "# directory (file: $BASEDIR/static_files/new_passwords.encrypted)."
- echo "#"
- echo "# And - have a nice day!"
- echo
-}