summaryrefslogtreecommitdiffstats
path: root/satellit_upgrader
diff options
context:
space:
mode:
authorChristian Rößler2016-09-06 18:36:45 +0200
committerChristian Rößler2016-09-06 18:36:45 +0200
commit1422eb8c3860818cab8e86ef7931074351d45bb9 (patch)
treeb3a4f01536fc8a4410d7a63f7f3b4fcd6bf736f3 /satellit_upgrader
parent[SSPS] SLXADMIN_MODULES: dep. to js_selectize added (diff)
downloadsetup-scripts-1422eb8c3860818cab8e86ef7931074351d45bb9.tar.gz
setup-scripts-1422eb8c3860818cab8e86ef7931074351d45bb9.tar.xz
setup-scripts-1422eb8c3860818cab8e86ef7931074351d45bb9.zip
[SSUS] updater.template.sh: added dep. to js_selectize
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 edb395e..5986fbc 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_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 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')"