Skip to content

Commit

Permalink
entrypoint: remove drivechain-tx
Browse files Browse the repository at this point in the history
  • Loading branch information
octobocto committed Sep 28, 2024
1 parent 70826f4 commit a7eb5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "$(echo "$1" | cut -c1)" = "-" ] || [ "$1" = "drivechaind" ]; then
set -- "$@" -datadir="$DRIVECHAIN_DATA"
fi

if [ "$1" = "drivechaind" ] || [ "$1" = "drivechain-cli" ] || [ "$1" = "drivechain-tx" ]; then
if [ "$1" = "drivechaind" ] || [ "$1" = "drivechain-cli" ]; then
echo
exec gosu drivechain "$@"
fi
Expand Down

0 comments on commit a7eb5c8

Please sign in to comment.