Skip to content

Commit

Permalink
Update Nethermind executable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Aug 23, 2023
1 parent 4c0943d commit a100791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/execution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ opts=$@
if [ ${#opts} -gt 0 ]
then
echo 'Executing Nethermind'
sudo /usr/share/nethermind/Nethermind.Runner $@
sudo /usr/share/nethermind/nethermind $@
else
echo 'Executing Nethermind Launcher'
echo 'Executing Nethermind launcher'
cd /usr/share/nethermind
sudo /usr/share/nethermind/Nethermind.Launcher
sudo /usr/share/nethermind/nethermind-launcher
fi

0 comments on commit a100791

Please sign in to comment.