summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-25 16:34:13 +0200
committerSimon Rettberg2019-10-25 16:34:13 +0200
commit2c6ea4ab49b76408af3d856a71d29c934770bfc5 (patch)
treeda0e0b3bf2616c22abd78664584ea37c9c881f19
parent[SSPS] Get rid of systemd checks and specialcasing (diff)
downloadsetup-scripts-2c6ea4ab49b76408af3d856a71d29c934770bfc5.tar.gz
setup-scripts-2c6ea4ab49b76408af3d856a71d29c934770bfc5.tar.xz
setup-scripts-2c6ea4ab49b76408af3d856a71d29c934770bfc5.zip
[SSPS] Remove duplicate function (already in 10-handle_mysql.inc)
-rw-r--r--satellit_installer/includes/20-prerequisites.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/satellit_installer/includes/20-prerequisites.inc b/satellit_installer/includes/20-prerequisites.inc
index 1c93405..e0dc9e0 100644
--- a/satellit_installer/includes/20-prerequisites.inc
+++ b/satellit_installer/includes/20-prerequisites.inc
@@ -27,9 +27,3 @@ prerequisites() {
echo "# English locale detected; all is well."
fi
}
-
-preset_mysql_root() {
- # Presetting a root password for mysql so installer keeps quiet:
- debconf-set-selections <<< "mysql-server mysql-server/root_password password $MYSQL_ROOT_PASS"
- debconf-set-selections <<< "mysql-server mysql-server/root_password_again password $MYSQL_ROOT_PASS"
-}