Skip to content

Commit

Permalink
fix build script for oc demo system
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed May 22, 2024
1 parent f55663b commit 91e957e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo org.opencastproject.userdirectory.studip.cache.expiration=1 >> /srv/opencas
sed -i 's/opencast-plugin-userdirectory-studip.*= off/opencast-plugin-userdirectory-studip = on/' /srv/opencast/opencast-dist-allinone/etc/org.opencastproject.plugin.impl.PluginManagerImpl.cfg

# Configure Opencast editor
sed -i 's/#show = false/show = true/' /srv/opencast/opencast-dist-allinone/etc/ui-config/mh_default_org/editor/editor-settings.toml
sed -i 's/#show =.*/show = true/' /srv/opencast/opencast-dist-allinone/etc/ui-config/mh_default_org/editor/editor-settings.toml

# Ensure access to log files
mkdir -p /srv/opencast/opencast-dist-allinone/data/log
Expand Down

0 comments on commit 91e957e

Please sign in to comment.