This commit is contained in:
Alexandre
2023-05-20 21:27:56 +02:00
parent ace0d0c764
commit e4305ab5f0
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_SERVICES_GRACETIME=0
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
SHELL ["/usr/bin/env bash", "-o", "pipefail", "-c"]
##################
# 3 Install apps #

View File

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