added double quotes to geth params

This commit is contained in:
cubedro 2015-04-03 02:40:03 +03:00
parent 24c7a73b62
commit bddb9bf01e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
trap "exit" INT
if [[ -f /usr/bin/geth ]];
then
geth --rpc true --maxpeers 50 --loglevel 1
geth --rpc true --maxpeers "50" --loglevel "1"
else
eth -x 50 -l 30303 -n off -m off -v 1 -j
fi