From 3711b02924eff9ca27159ea6df587f42b5fb1c80 Mon Sep 17 00:00:00 2001 From: Arinerron Date: Mon, 24 Sep 2018 21:26:16 -0700 Subject: [PATCH] oh makefile... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1550e078..9ee7df8d 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ soft-reset: reset: @echo "Hard-resetting Onionr..." rm -rf onionr/data/ | true > /dev/null 2>&1 - cd onionr/static-data/www/ui/; rm -rf ./dist; python compile.py + cd onionr/static-data/www/ui/; rm -rf ./dist; python compile.py #@./RUN-LINUX.sh version | grep -v "Failed" --color=always plugins-reset: