summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-03-03 16:44:42 +0100
committerSimon Rettberg2022-03-03 16:44:42 +0100
commit59fa800d64c8b8d36330d845b1d0ee706bcc9e50 (patch)
treec253cf4fddf98b33cc25da20dd2634d44585fecd
parent[SSUS] Download shared tars from install server (diff)
downloadsetup-scripts-59fa800d64c8b8d36330d845b1d0ee706bcc9e50.tar.gz
setup-scripts-59fa800d64c8b8d36330d845b1d0ee706bcc9e50.tar.xz
setup-scripts-59fa800d64c8b8d36330d845b1d0ee706bcc9e50.zip
[SS?S] Enable passthrough slx-admin module
-rw-r--r--satellit_installer/includes/00-variables.inc1
-rw-r--r--satellit_upgrader/updater.template.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 1ec1eeb..4d1130c 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -109,6 +109,7 @@ SLXADMIN_MODULES="
minilinux
news
permissionmanager
+ passthrough
rebootcontrol
remoteaccess
roomplanner
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index 77090de..22893de 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -501,7 +501,7 @@ if [ -n "$TGZ_SLXADMIN" ]; then
mkdir -p "$PATH_SLXADMIN/modules"
cd "$PATH_SLXADMIN/modules" || perror "Cannot cd to slxadmin"
echo "Enabling slx-admin modules"
- for mod in adduser backup baseconfig baseconfig_bwidm baseconfig_bwlp bootstrap_datepicker bootstrap_dialog bootstrap_multiselect bootstrap_switch bootstrap_timepicker dnbd3 dozmod eventlog exams js_chart js_circles js_jqueryui js_moment js_selectize js_stupidtable js_vis js_weekcalendar locationinfo locations main minilinux news permissionmanager rebootcontrol remoteaccess roomplanner runmode "$bootmodule" session statistics statistics_reporting summernote sysconfig syslog systemstatus vmstore webinterface js_ip; do
+ for mod in adduser backup baseconfig baseconfig_bwidm baseconfig_bwlp bootstrap_datepicker bootstrap_dialog bootstrap_multiselect bootstrap_switch bootstrap_timepicker dnbd3 dozmod eventlog exams js_chart js_circles js_jqueryui js_moment js_selectize js_stupidtable js_vis js_weekcalendar locationinfo locations main minilinux news passthrough permissionmanager rebootcontrol remoteaccess roomplanner runmode "$bootmodule" session statistics statistics_reporting summernote sysconfig syslog systemstatus vmstore webinterface js_ip; do
name=${mod%%-*}
rm -f -- "$name"
ln -s "../modules-available/$mod" "$name" || pwarning "Could not activate module '$mod' (alias '$name')"