This commit is contained in:
Alexandre
2023-05-21 11:19:39 +02:00
parent 65ef9f6ce1
commit c32eb55eb7
2 changed files with 3 additions and 2 deletions

View File

@@ -47,5 +47,5 @@
}, },
"slug": "portainer_agent", "slug": "portainer_agent",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.18.2-test8" "version": "2.18.2"
} }

View File

@@ -6,7 +6,8 @@
# ============================================================================== # ==============================================================================
bashio::require.unprotected bashio::require.unprotected
# Set environemnt # Wait for transmission to become available
bashio::net.wait_for 9001 localhost 900
# Launch app # Launch app
cd /app || true cd /app || true