diff --git a/charts/akash-provider/scripts/run.sh b/charts/akash-provider/scripts/run.sh index 331159d0..9c520d2c 100755 --- a/charts/akash-provider/scripts/run.sh +++ b/charts/akash-provider/scripts/run.sh @@ -20,10 +20,4 @@ type bc || exit 1 /scripts/refresh_provider_cert.sh # Start provider-services and monitor its output -exec provider-services run | while read line; do - echo "$line" - if [[ "$line" == *"account sequence mismatch"* ]]; then - echo "Pattern 'account sequence mismatch' found. Restarting provider-services..." - exit 2 - fi -done +exec provider-services run