Update hassio-cli

This commit is contained in:
Pascal Vizeli 2018-04-12 15:37:12 +02:00 committed by GitHub
parent 6a57b15d3c
commit 61461b889b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,6 @@ CLI_DATA=/mnt/data/cli
##
# Main program
run_cli() {
# Update CLI
if $(docker --pull $CLI); then
# FIXME: cleanup
fi
# Run CLI
docker run --name cli \
--rm -ti \