mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
],
|
],
|
||||||
"name": "Epic Games Free",
|
"name": "Epic Games Free",
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 3001
|
"3000/tcp": 3000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "web interface"
|
"3000/tcp": "web interface"
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ for i in *.json; do # Whitespace-safe but not recursive.
|
|||||||
ln -s "$i" /usr/app/config
|
ln -s "$i" /usr/app/config
|
||||||
done
|
done
|
||||||
|
|
||||||
# Copy config files
|
|
||||||
cp -Rn /usr/app/config/. $HOME/
|
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Launch App #
|
# Launch App #
|
||||||
##############
|
##############
|
||||||
@@ -33,4 +30,6 @@ echo " "
|
|||||||
bashio::log.info "Starting the app"
|
bashio::log.info "Starting the app"
|
||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
|
cd /usr/app/config || true
|
||||||
|
|
||||||
/./usr/local/bin/docker-entrypoint.sh
|
/./usr/local/bin/docker-entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user