From 14bdf7c21ccf7bd9a2ed38a3f22c7a5416fc69d6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 May 2023 07:10:29 +0200 Subject: [PATCH] Test change command https://github.com/alexbelgium/hassio-addons/issues/842 --- seafile/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile/rootfs/etc/cont-init.d/99-run.sh b/seafile/rootfs/etc/cont-init.d/99-run.sh index 12081b360..70ce8e72f 100755 --- a/seafile/rootfs/etc/cont-init.d/99-run.sh +++ b/seafile/rootfs/etc/cont-init.d/99-run.sh @@ -116,4 +116,4 @@ esac ############## bashio::log.info "Starting app" -/./docker_entrypoint.sh +launch docker_entrypoint.sh