Skip to content

Commit

Permalink
remove rm line for /tmp/de.zip because of permissions, it is not esse…
Browse files Browse the repository at this point in the history
…ntial anyway
  • Loading branch information
JannikBadenhop committed Nov 11, 2024
1 parent 5f0ca74 commit 42b7434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moodle/scripts/init/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ if [ -f "/tmp/de.zip" ] && [ ! -d /bitnami/moodledata/lang/de ]; then \
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
fi

upgrade_if_pending
Expand Down

0 comments on commit 42b7434

Please sign in to comment.