Skip to content

Commit

Permalink
Changed path of the upgrade.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 6, 2023
1 parent 67d9696 commit cb35211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moodleUpdateCheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ else

if [ $post_update_version == $image_version ]; then
echo "=== Upgrading Plugins ==="
/usr/bin/php /bitnami/moodle/admin/cli/upgrade.php
/opt/bitnami/php/bin/php /bitnami/moodle/admin/cli/upgrade.php
echo "=== Update to new Version $post_update_version successful ==="
cleanup
echo "=== Starting new Moodle version ==="
Expand Down

0 comments on commit cb35211

Please sign in to comment.