Skip to content

Commit

Permalink
change warn log to info log
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Nov 11, 2024
1 parent e245b1e commit 5e90272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moodle/scripts/init/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ MODULE=dbp info "Replacing config files with ours"
/bin/cp /moodleconfig/php.ini /opt/bitnami/php/etc/conf.d/php.ini

if [ -f "/tmp/de.zip" ] && [ ! -d /bitnami/moodledata/lang/de ]; then \
MODULE=dbp warn "Installing german language pack"
MODULE=dbp info "Installing german language pack"
mkdir -p /bitnami/moodledata/lang
unzip -q /tmp/de.zip -d /bitnami/moodledata/lang
rm -f /tmp/de.zip
Expand Down

0 comments on commit 5e90272

Please sign in to comment.