This commit is contained in:
Sebastian
2025-03-19 13:27:42 +01:00
parent cc4d8fafe8
commit 56d8cba406

View File

@@ -1,4 +1,6 @@
#!/bin/bash
#!/bin/sh
exec apk add --no-cache curl
# Define variables
CONFIG_DIR="/root/.beacond/config"
@@ -29,5 +31,5 @@ fi
sed -i "s|^rpc-dial-url = \".*\"|rpc-dial-url = \"http://berachain-bepolia:8551\"|" "$CONFIG_DIR/app.toml";
exec beacond "$@"
exec /usr/bin/beacond "$@"