Skip to content

Commit

Permalink
Self cache landingpage (#7)
Browse files Browse the repository at this point in the history
* Add self cache for landingpage

* Fix landingpage
  • Loading branch information
pvizeli authored Apr 25, 2019
1 parent 1e641e1 commit 7e2b54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ while [[ $# -gt 0 ]]; do
;;
--homeassistant-landingpage)
BUILD_TYPE="homeassistant-landingpage"
DOCKER_CACHE=false
SELF_CACHE=true
DOCKER_LATEST=false
VERSION="landingpage"
extract_machine_build "$2"
Expand All @@ -784,7 +784,7 @@ while [[ $# -gt 0 ]]; do
;;

*)
bashio::log.warning "$0 : Argument '$1' unknown will be Ignoring"
bashio::exit.nok "$0 : Argument '$1' unknown"
;;
esac
shift
Expand Down

0 comments on commit 7e2b54d

Please sign in to comment.