summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/99-end_message.inc
blob: d9e8cc23d6def0e2679a077c6c26edac3568cf7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}