From 16a9e5f4171d24899fc4c04c5daf23586735375b Mon Sep 17 00:00:00 2001 From: Zeke <105066639+Zblocker64@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:17:19 -0600 Subject: [PATCH] chore: Update run.sh --- charts/akash-provider/scripts/run.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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