We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea73ff commit 05d0a4dCopy full SHA for 05d0a4d
bin/sdActivatePlugin.sh
@@ -55,9 +55,9 @@ function activate_plugin {
55
}
56
57
function reset_plugin {
58
- execute_in_docker "bin/console sw:plugin:refresh"
59
-
60
- echo "reset plugin"
+ execute_in_docker "bin/console sw:plugin:deactivate $PLUGIN_NAME"
+ execute_in_docker "bin/console sw:plugin:uninstall $PLUGIN_NAME"
+ execute_in_docker "rm $PLUGIN_DIRECTORY"
61
62
63
function execute_in_docker {
0 commit comments