Fix potential future bug with Makefile

This commit is contained in:
Arinerron 2019-03-28 10:54:36 -07:00
parent 81f334667e
commit 4f66c874f5
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 1 additions and 1 deletions

View File

@ -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..."