summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
diff options
context:
space:
mode:
authorChristian Rößler2016-09-07 13:43:21 +0200
committerChristian Rößler2016-09-07 13:43:21 +0200
commitbf86481893eadc296b097f14d566e06dd03cb08b (patch)
tree2c176bc6e75cf122d17f63dd432c4b800b1008e2 /satellit_upgrader
parent[SSUS] updater.template.sh: added dep. to js_selectize (diff)
downloadsetup-scripts-bf86481893eadc296b097f14d566e06dd03cb08b.tar.gz
setup-scripts-bf86481893eadc296b097f14d566e06dd03cb08b.tar.xz
setup-scripts-bf86481893eadc296b097f14d566e06dd03cb08b.zip
[SSPS/SSUS] added: slx-module roomplanner
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 5986fbc..ea391de 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 session statistics summernote sysconfig syslog systemstatus vmstore webinterface; do
+ 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
name=${mod%%-*}
rm -f -- "$name"
ln -s "../modules-available/$mod" "$name" || pwarning "Could not activate module '$mod' (alias '$name')"