Skip to content

Commit 05d0a4d

Browse files
author
Tobias Wojtylak
committed
Added reset plugin
1 parent 2ea73ff commit 05d0a4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/sdActivatePlugin.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ function activate_plugin {
5555
}
5656

5757
function reset_plugin {
58-
execute_in_docker "bin/console sw:plugin:refresh"
59-
60-
echo "reset plugin"
58+
execute_in_docker "bin/console sw:plugin:deactivate $PLUGIN_NAME"
59+
execute_in_docker "bin/console sw:plugin:uninstall $PLUGIN_NAME"
60+
execute_in_docker "rm $PLUGIN_DIRECTORY"
6161
}
6262

6363
function execute_in_docker {

0 commit comments

Comments
 (0)