Skip to content

Commit cedfdb7

Browse files
authored
Merge pull request #183 from aws-samples/solana
Solana. Fixed the bug with auto start of traffic throttlitng.
2 parents de29a70 + b8d7b79 commit cedfdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solana/lib/assets/user-data-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ systemctl daemon-reload
130130

131131
if [[ "$LIMIT_OUT_TRAFFIC_MBPS" -gt 0 ]]; then
132132
echo "Limiting out traffic"
133-
/opt/instance/network/setup.sh
133+
/opt/instance/network/setup.sh $LIMIT_OUT_TRAFFIC_MBPS
134134
fi
135135

136136
echo "Starting up the node service"

0 commit comments

Comments
 (0)