Update 99-run.sh

This commit is contained in:
Alexandre
2025-05-27 14:44:47 +02:00
committed by GitHub
parent bffa33b748
commit c8789e35e4

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bashio #!/usr/bin/env bashio
# shellcheck shell=bash # shellcheck shell=bash
# shellcheck disable=SC2155 # shellcheck disable=SC2155,SC1091
############# #############
# STRUCTURE # # STRUCTURE #
@@ -154,7 +154,6 @@ fi
############ ############
# Execute main script # Execute main script
# shellcheck ignore=SC1091
source /etc/apache2/envvars source /etc/apache2/envvars
echo "Adapting start script" echo "Adapting start script"
cd /var2/www/webtrees || exit 1 cd /var2/www/webtrees || exit 1