summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--satellit_installer/includes/00-variables.inc4
-rw-r--r--satellit_upgrader/updater.template.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 03d53f9..d87acff 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -43,5 +43,5 @@ HTTP_FILES+=" slx-admin.tar.gz syslinux6.tar.gz syslinux4.tar.gz"
### slxadmin module list: which modules from modules-available will be (symbolically) linked:
SLXADMIN_MODULES="adduser backup baseconfig baseconfig_bwlp bootstrap_datepicker bootstrap_timepicker"
SLXADMIN_MODULES+=" bootstrap_multiselect bootstrap_switch dozmod eventlog exams js_chart js_circles"
-SLXADMIN_MODULES+=" js_moment js_selectize js_vis locations main minilinux news serversetup-bwlp session"
-SLXADMIN_MODULES+=" statistics summernote sysconfig syslog systemstatus vmstore webinterface"
+SLXADMIN_MODULES+=" js_moment js_selectize js_vis locations main minilinux news roomplanner serversetup-bwlp"
+SLXADMIN_MODULES+=" session statistics summernote sysconfig syslog systemstatus vmstore webinterface"
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')"