diff options
author | Simon Rettberg | 2023-10-23 09:16:08 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-10-23 09:16:08 +0200 |
commit | 02552a5d4af6218300149979e4968a8171fdc5b0 (patch) | |
tree | 05bacf4a9f826baec8fac321aa312f09f537280b /satellit_installer/includes | |
parent | [SSPS] Make sure firstrun.sh properly deletes itself after use (diff) | |
download | setup-scripts-02552a5d4af6218300149979e4968a8171fdc5b0.tar.gz setup-scripts-02552a5d4af6218300149979e4968a8171fdc5b0.tar.xz setup-scripts-02552a5d4af6218300149979e4968a8171fdc5b0.zip |
[SSPS] Cleanup
Diffstat (limited to 'satellit_installer/includes')
-rw-r--r-- | satellit_installer/includes/99-end_message.inc | 14 |
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 -} |