Skip to content
Snippets Groups Projects
Commit 2b73f397 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Renaming "ucoind" command to "duniter"

parent 989e3370
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Wraps bin/ucoind.js that is called with Node.js # Wraps bin/ucoind.js that is called with Node.js
# #
ucoind() { duniter() {
local NODE local NODE
local LOGS_FILE local LOGS_FILE
...@@ -26,8 +26,8 @@ ucoind() { ...@@ -26,8 +26,8 @@ ucoind() {
VERSION=`$NODE -v` VERSION=`$NODE -v`
if [[ $VERSION != v4* ]]; then if [[ $VERSION != v5* ]]; then
echo "$NODE v4+ is required"; echo "$NODE v5 is required";
else else
case "$1" in case "$1" in
...@@ -59,5 +59,5 @@ ucoind() { ...@@ -59,5 +59,5 @@ ucoind() {
# If the script was launched with parameters, try to launch the uCoin command # If the script was launched with parameters, try to launch the uCoin command
if [ ! -z $1 ]; then if [ ! -z $1 ]; then
ucoind $* duniter $*
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment