summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/10-script_dropper.inc
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-15 14:56:52 +0200
committerSimon Rettberg2014-10-15 14:56:52 +0200
commit629365a21550489d5141e9f014a1edfa4042063a (patch)
treea56b12a58b2583b28a5042fe3acf71f7015d5be4 /satellit_installer/includes/10-script_dropper.inc
parentMerge branch 'master' of git.openslx.org:bwlp/setup-scripts (diff)
downloadsetup-scripts-629365a21550489d5141e9f014a1edfa4042063a.tar.gz
setup-scripts-629365a21550489d5141e9f014a1edfa4042063a.tar.xz
setup-scripts-629365a21550489d5141e9f014a1edfa4042063a.zip
Add patch_slxadmin function for setting footer msg and removing translation option from menu
Diffstat (limited to 'satellit_installer/includes/10-script_dropper.inc')
-rw-r--r--satellit_installer/includes/10-script_dropper.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/satellit_installer/includes/10-script_dropper.inc b/satellit_installer/includes/10-script_dropper.inc
index 3f5b052..a50409f 100644
--- a/satellit_installer/includes/10-script_dropper.inc
+++ b/satellit_installer/includes/10-script_dropper.inc
@@ -91,9 +91,6 @@ drop_script() {
# Patching debian-sys-maint password into /etc/mysql/debian.cnf:
sed -i "s/password = .*/password = \$MYSQL_SYSMAINT_NEW/g" "/etc/mysql/debian.cnf"
- # appending a variable with satellite server build date/time to slx-admin config:
- echo "define('CONFIG_FOOTER', '$(date "+%Y-%m-%d %H:%m:%S")');" >> "$OPENSLXSRVDIR/www/slx-admin/config.php"
-
# inittab-entry dmsd:
if [ \$(grep -c "dmsd.*respawn" /etc/inittab) -gt 0 ]; then
echo "bwLehrpool Suite inittab entry detected, doing nothing. "