diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml
index 5ec0fcba..97ccb34c 100644
--- a/charts/akash-provider/Chart.yaml
+++ b/charts/akash-provider/Chart.yaml
@@ -17,7 +17,7 @@ type: application
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
 
 # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...)
-version: 9.0.3
+version: 9.0.4
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/charts/akash-provider/scripts/init.sh b/charts/akash-provider/scripts/init.sh
index 80233bad..8cce603c 100755
--- a/charts/akash-provider/scripts/init.sh
+++ b/charts/akash-provider/scripts/init.sh
@@ -80,7 +80,7 @@ rc=$?
 if [[ $rc -ne 0 ]]; then
   echo "Updating provider info in the blockchain in 10 seconds ..."
   sleep 10s
-  echo provider-services tx provider update provider.yaml
+  provider-services tx provider update provider.yaml
 fi
 
 CERT_SYMLINK="${AKASH_HOME}/${PROVIDER_ADDRESS}.pem"