diff --git a/Makefile b/Makefile index 2f48cf0f..982b1dc0 100755 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ reset: @echo "Hard-resetting Onionr..." rm -rf onionr/$(ONIONR_HOME)/ | true > /dev/null 2>&1 cd onionr/static-data/www/ui/; rm -rf ./dist; python compile.py - #@./onionr.sh.sh version | grep -v "Failed" --color=always + #@./onionr.sh version | grep -v "Failed" --color=always plugins-reset: @echo "Resetting plugins..."