Skip to content

Commit

Permalink
App name during terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 7, 2023
1 parent b985654 commit 56a34b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ cmd() {

terminate() {
if [ -z "$(dodocker volume ls -q -f "name=^$(basename "$(realpath .)")_[^_]+")" ]; then
echo "There are no data stores - Docker volumes - left to remove for this Ethereum node."
echo "There are no data stores - Docker volumes - left to remove for this ${__app_name}."
stop
exit 0
fi
Expand Down

0 comments on commit 56a34b1

Please sign in to comment.