This commit is contained in:
Alexandre
2023-05-20 21:04:20 +02:00
parent 12790aabda
commit edd9e318b2
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0 S6_SERVICES_GRACETIME=0
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
################## ##################
# 3 Install apps # # 3 Install apps #
################## ##################

View File

@@ -40,5 +40,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-test" "version": "2.18.2-test2"
} }