Skip to content

Commit

Permalink
update launcher script
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Jan 25, 2023
1 parent 7f9d931 commit be2c5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launchers/aabundler/aabundler-launcher.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#launcher script for the AA reference bundler.
# copied from https://github.com/eth-infinitism/bundler/blob/dockerize/dockers/test/aadocker-launcher.sh
# copied from https://github.com/eth-infinitism/bundler/blob/main/dockers/test/aabundler-launcher.sh

cd `dirname \`realpath $0\``
case $1 in
Expand All @@ -18,5 +18,5 @@ case $1 in
;;

*)
echo "usage: $0 {start|stop}"
echo "usage: $0 {start|stop|name}"
esac

0 comments on commit be2c5e8

Please sign in to comment.