summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
diff options
context:
space:
mode:
authorChristian Rößler2016-09-07 19:04:06 +0200
committerChristian Rößler2016-09-07 19:04:06 +0200
commit54065079bced3bbf6a93f309d6771711b99ece37 (patch)
treeb321b187038bf75d19ddc38e2a4cc8ae1224acea /satellit_upgrader
parent[SSPS/SSUS] added: slx-module roomplanner (diff)
downloadsetup-scripts-54065079bced3bbf6a93f309d6771711b99ece37.tar.gz
setup-scripts-54065079bced3bbf6a93f309d6771711b99ece37.tar.xz
setup-scripts-54065079bced3bbf6a93f309d6771711b99ece37.zip
[SSPS/SSUS] added: slx-module baseconfig_bwidm
Diffstat (limited to 'satellit_upgrader')
-rw-r--r--satellit_upgrader/updater.template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index ea391de..9101de2 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -183,7 +183,7 @@ if [ -n "$TGZ_SLXADMIN" ]; then
(
mkdir -p "$PATH_SLXADMIN/modules"
cd "$PATH_SLXADMIN/modules" || perror "Cannot cd to slxadmin"
- for mod in adduser backup baseconfig baseconfig_bwlp bootstrap_datepicker bootstrap_timepicker bootstrap_multiselect bootstrap_switch dozmod eventlog exams js_chart js_circles js_moment js_selectize js_vis locations main minilinux news serversetup-bwlp roomplanner session statistics summernote sysconfig syslog systemstatus vmstore webinterface; do
+ for mod in adduser backup baseconfig baseconfig_bwidm baseconfig_bwlp bootstrap_datepicker bootstrap_timepicker bootstrap_multiselect bootstrap_switch dozmod eventlog exams js_chart js_circles js_moment js_selectize js_vis locations main minilinux news serversetup-bwlp roomplanner session statistics summernote sysconfig syslog systemstatus vmstore webinterface; do
name=${mod%%-*}
rm -f -- "$name"
ln -s "../modules-available/$mod" "$name" || pwarning "Could not activate module '$mod' (alias '$name')"