Skip to content

Commit

Permalink
Fixed path of the cache libs
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Nov 16, 2024
1 parent b9941c4 commit f0afbfb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 265 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.data
.DS_Store
.aider*
.env
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ services:
echo 'This is a pre-configure command'
POST_CONFIGURE_COMMANDS: |
echo 'This is a post-configure command'
php admin/cli/install_plugin.php --url=https://github.com/mohessaid/moodle_local_plugin/archive/refs/heads/master.zip --run
ports:
- 80:8080
volumes:
Expand Down
2 changes: 1 addition & 1 deletion rootfs/var/www/html/admin/cli/configure_redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

// Include cache libraries
require_once($CFG->dirroot.'/cache/locallib.php');
require_once($CFG->dirroot.'/cache/classes/config_writer.php');

// Get an instance of the cache_config_writer class
$writer = cache_config_writer::instance();
Expand Down
263 changes: 0 additions & 263 deletions rootfs/var/www/html/admin/cli/install_plugin.php

This file was deleted.

0 comments on commit f0afbfb

Please sign in to comment.