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

[fix] Duniter Server must be launched from installation folder

parent 300de84c
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ duniter() {
else
# Calls duniter JS command
$NODE --max_old_space_size=300 "$DUNITER_DIR/bin/duniter" "$@"
cd $DUNITER_DIR
$NODE "$DUNITER_DIR/bin/duniter" "$@"
fi;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment