update_plugin_script.sh 148 Bytes
Newer Older
Dominik Vayhinger's avatar
Dominik Vayhinger committed
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

docker exec -i moodle_compose bash <<EOF

    git -C /bitnami/moodle/mod/assign/submission/modocot pull
	echo "Updated"    

exit

EOF