Update libmoodle.sh (#170)

fixes #166
This commit is contained in:
jmurphyq
2021-02-15 10:32:19 -05:00
committed by GitHub
parent 6fdc95e4f8
commit b3227fb47b

View File

@@ -310,7 +310,7 @@ moodle_upgrade() {
"--allow-unstable"
)
am_i_root && moodle_upgrade_args=("gosu" "$WEB_SERVER_DAEMON_USER" "${moodle_upgrade_args[@]}")
debug_execute "${moodle_install_args[@]}"
debug_execute "${moodle_upgrade_args[@]}"
popd >/dev/null
}