From c8789e35e481e38e78add0647602e01819c82491 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 May 2025 14:44:47 +0200 Subject: [PATCH] Update 99-run.sh --- webtrees/rootfs/etc/cont-init.d/99-run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webtrees/rootfs/etc/cont-init.d/99-run.sh b/webtrees/rootfs/etc/cont-init.d/99-run.sh index dd9efcc5a..3bd96c75d 100755 --- a/webtrees/rootfs/etc/cont-init.d/99-run.sh +++ b/webtrees/rootfs/etc/cont-init.d/99-run.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bashio # shellcheck shell=bash -# shellcheck disable=SC2155 +# shellcheck disable=SC2155,SC1091 ############# # STRUCTURE # @@ -154,7 +154,6 @@ fi ############ # Execute main script -# shellcheck ignore=SC1091 source /etc/apache2/envvars echo "Adapting start script" cd /var2/www/webtrees || exit 1