diff options
author | Simon Rettberg | 2020-08-05 12:03:14 +0200 |
---|---|---|
committer | Simon Rettberg | 2020-08-05 12:03:14 +0200 |
commit | cbec011ed70efd8b88d9a6d9c38f89f2e8b4a976 (patch) | |
tree | a040159cedd1573ca0c84b5550f7ddddf0b86295 /satellit_upgrader | |
parent | [SSUS] Prepare mysql passwordless login patch (diff) | |
download | setup-scripts-cbec011ed70efd8b88d9a6d9c38f89f2e8b4a976.tar.gz setup-scripts-cbec011ed70efd8b88d9a6d9c38f89f2e8b4a976.tar.xz setup-scripts-cbec011ed70efd8b88d9a6d9c38f89f2e8b4a976.zip |
[SSUS] Enable slx-admin remoteaccess module
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index e2fd368..b2a9c66 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -468,7 +468,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 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 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')" |