mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 05:41:49 +02:00
Update 99-run.sh
This commit is contained in:
@@ -147,7 +147,7 @@ bashio::log.info "Data is stored in $DATA_LOCATION"
|
|||||||
# Execute main script
|
# Execute main script
|
||||||
source /etc/apache2/envvars
|
source /etc/apache2/envvars
|
||||||
echo "python3 /docker-entrypoint.py"
|
echo "python3 /docker-entrypoint.py"
|
||||||
cd /var2/www/webtrees
|
cd /var2/www/webtrees || exit 1
|
||||||
if [ ! -f "${DATA_LOCATION}/config.ini.php" ]; then
|
if [ ! -f "${DATA_LOCATION}/config.ini.php" ]; then
|
||||||
bashio::log.info "First boot : open the UI at $BASE_URL to access the start-up wizard"
|
bashio::log.info "First boot : open the UI at $BASE_URL to access the start-up wizard"
|
||||||
python3 /docker-entrypoint.py
|
python3 /docker-entrypoint.py
|
||||||
|
|||||||
Reference in New Issue
Block a user