diff --git a/test/config.json b/test/config.json index a3b4a0d1a..a58141314 100644 --- a/test/config.json +++ b/test/config.json @@ -31,5 +31,5 @@ }, "slug": "test", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", - "version": "test2" + "version": "test3" } \ No newline at end of file diff --git a/test/rootfs/etc/cont-init.d/99-run.sh b/test/rootfs/etc/cont-init.d/99-run.sh index 4165369c9..72f48e977 100755 --- a/test/rootfs/etc/cont-init.d/99-run.sh +++ b/test/rootfs/etc/cont-init.d/99-run.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bashio +#!/usr/bin/env bashio # shellcheck shell=bash bashio::log.info "It's working"