mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Update run.sh
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
#!/usr/bin/env bashio
|
#!/usr/bin/env bashio
|
||||||
|
|
||||||
|
if [ -f /data/config.ini.php ]; then
|
||||||
|
ln -s /data/config.ini.php /var/www/webtrees/data
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f /data/webtrees.sqlite ]; then
|
||||||
|
ln -s /data/webtrees.sqlite /var/www/webtrees/data
|
||||||
|
fi
|
||||||
|
|
||||||
##########
|
##########
|
||||||
# BANNER #
|
# BANNER #
|
||||||
##########
|
##########
|
||||||
|
|||||||
Reference in New Issue
Block a user