Add some build date information

This commit is contained in:
Max Winterstein
2021-01-02 16:55:15 +01:00
parent 880f5bfe1a
commit d22064b563
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ echo '# Generated by homeassistant, do not edit!' > /app/data/config.yml
echo '# Edit configuration only at the Add-on configuration tab!' >> /app/data/config.yml
json2yml /data/options.json >> /app/data/config.yml
bashio::log.info "Build with sources downloaded on: $(stat -c %z /src.tar.gz)"
bashio::log.info "starting original stuff..."
npm run start