Merge pull request #3488 from ethcore/mac-uninstall

sudo -c is not supported on Mac
This commit is contained in:
Gav Wood 2016-11-17 21:56:34 +08:00 committed by GitHub
commit 5c4a9f71d7
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ To temporarily disable Parity Wallet (and stop Parity) use:
To completely uninstall Parity Wallet use:
sudo -c /usr/local/libexec/uninstall-parity.sh
sudo /usr/local/libexec/uninstall-parity.sh
Parity is distributed under the terms of the GPL.
Parity is distributed under the terms of the GPL.